Krita Source Code Documentation
Loading...
Searching...
No Matches
ToolBoxSection Namespace Reference

Variables

static const QString Fill {"3 Krita/Fill"}
 Tools that fill parts of the canvas.
 
static const QString Main {"main"}
 Tools that only work on vector shapes.
 
static const QString Navigation {"navigation"}
 Tools that affect the canvas: pan, zoom, etc.
 
static const QString Select {"5 Krita/Select"}
 Tools that select pixels.
 
static const QString Shape {"0 Krita/Shape"}
 Freehand and shapes like ellipses and lines.
 
static const QString Transform {"2 Krita/Transform"}
 Tools that transform the layer.
 
static const QString View {"4 Krita/View"}
 Assistance tools: guides, reference, etc.
 

Detailed Description

Each tool has a "section" which it uses to be grouped in the toolbox.

Variable Documentation

◆ Fill

const QString ToolBoxSection::Fill {"3 Krita/Fill"}
static

Tools that fill parts of the canvas.

Definition at line 30 of file KoToolFactoryBase.h.

30{"3 Krita/Fill"};

◆ Main

const QString ToolBoxSection::Main {"main"}
static

Tools that only work on vector shapes.

Definition at line 27 of file KoToolFactoryBase.h.

27{"main"};

◆ Navigation

const QString ToolBoxSection::Navigation {"navigation"}
static

Tools that affect the canvas: pan, zoom, etc.

Definition at line 33 of file KoToolFactoryBase.h.

33{"navigation"};

◆ Select

const QString ToolBoxSection::Select {"5 Krita/Select"}
static

Tools that select pixels.

Definition at line 32 of file KoToolFactoryBase.h.

32{"5 Krita/Select"};

◆ Shape

const QString ToolBoxSection::Shape {"0 Krita/Shape"}
static

Freehand and shapes like ellipses and lines.

Definition at line 28 of file KoToolFactoryBase.h.

28{"0 Krita/Shape"};

◆ Transform

const QString ToolBoxSection::Transform {"2 Krita/Transform"}
static

Tools that transform the layer.

Definition at line 29 of file KoToolFactoryBase.h.

29{"2 Krita/Transform"};

◆ View

const QString ToolBoxSection::View {"4 Krita/View"}
static

Assistance tools: guides, reference, etc.

Definition at line 31 of file KoToolFactoryBase.h.

31{"4 Krita/View"};