|
Krita Source Code Documentation
|
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. | |
Each tool has a "section" which it uses to be grouped in the toolbox.
|
static |
Tools that fill parts of the canvas.
Definition at line 30 of file KoToolFactoryBase.h.
|
static |
Tools that only work on vector shapes.
Definition at line 27 of file KoToolFactoryBase.h.
|
static |
Tools that affect the canvas: pan, zoom, etc.
Definition at line 33 of file KoToolFactoryBase.h.
|
static |
|
static |
Freehand and shapes like ellipses and lines.
Definition at line 28 of file KoToolFactoryBase.h.
|
static |
Tools that transform the layer.
Definition at line 29 of file KoToolFactoryBase.h.
|
static |
Assistance tools: guides, reference, etc.
Definition at line 31 of file KoToolFactoryBase.h.