|
Krita Source Code Documentation
|
#include "KoSvgTextShapeOutlineHelper.h"#include <KoCanvasBase.h>#include <kis_icon.h>#include <KoCanvasResourceProvider.h>#include <KoSvgTextShape.h>#include <KisHandlePainterHelper.h>#include <KoShapeManager.h>#include <KoSelection.h>#include <QApplication>#include <QPalette>Go to the source code of this file.
Classes | |
| struct | KoSvgTextShapeOutlineHelper::Private |
Functions | |
| QList< QLineF > | getTextAreaOrderArrows (QList< QPainterPath > areas) |
Variables | |
| const int | BUTTON_CORNER_ROUND = 1 |
| const int | BUTTON_ICON_SIZE = 16 |
| const int | BUTTON_PADDING = 4 |
| const QString | ICON_ENTER = "object-group-calligra" |
| const QString | ICON_EXIT = "object-ungroup-calligra" |
Definition at line 80 of file KoSvgTextShapeOutlineHelper.cpp.
References p.
| const int BUTTON_CORNER_ROUND = 1 |
Definition at line 21 of file KoSvgTextShapeOutlineHelper.cpp.
| const int BUTTON_ICON_SIZE = 16 |
Definition at line 19 of file KoSvgTextShapeOutlineHelper.cpp.
| const int BUTTON_PADDING = 4 |
Definition at line 20 of file KoSvgTextShapeOutlineHelper.cpp.
| const QString ICON_ENTER = "object-group-calligra" |
Definition at line 23 of file KoSvgTextShapeOutlineHelper.cpp.
| const QString ICON_EXIT = "object-ungroup-calligra" |
Definition at line 22 of file KoSvgTextShapeOutlineHelper.cpp.