Krita Source Code Documentation
Loading...
Searching...
No Matches
KoToolFactoryBase.h File Reference
#include "kritaflake_export.h"
#include <QString>
#include <QList>
#include <QObject>

Go to the source code of this file.

Classes

class  KoToolFactoryBase
 

Namespaces

namespace  ToolBoxSection
 

Variables

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