8#ifndef KO_TOOL_FACTORY_H
9#define KO_TOOL_FACTORY_H
11#include "kritaflake_export.h"
27 static const QString
Main {
"main"};
28 static const QString
Shape {
"0 Krita/Shape"};
29 static const QString
Transform {
"2 Krita/Transform"};
30 static const QString
Fill {
"3 Krita/Fill"};
31 static const QString
View {
"4 Krita/View"};
32 static const QString
Select {
"5 Krita/Select"};
105 QString toolTip()
const;
119 QString activationShapeId()
const;
136 void setShortcut(
const QKeySequence & shortcut);
142 void setToolTip(
const QString &tooltip);
148 void setSection(
const QString §ion);
154 void setIconName(
const char *iconName);
155 void setIconName(
const QString &iconName);
162 void setPriority(
int newPriority);
172 void setActivationShapeId(
const QString &activationShapeId);
A container for a set of QAction objects.
The Shape class The shape class is a wrapper around Krita's vector objects.