|
Krita Source Code Documentation
|
#include "Plugin.h"#include <kpluginfactory.h>#include <QQmlEngine>#include <KoShapeRegistry.h>#include <KoToolRegistry.h>#include <KisStaticInitializer.h>#include "SvgTextToolFactory.h"#include "glyphpalette/GlyphPaletteProxyModel.h"#include "SvgTextToolOptionsModel.h"#include "SvgTextToolOptionsManager.h"#include <Plugin.moc>Go to the source code of this file.
Functions | |
| qmlRegisterType< SvgTextToolOptionsManager > ("org.krita.tools.text", 1, 0, "SvgTextToolOptionsManager") | |
| qmlRegisterType< SvgTextToolOptionsModel > ("org.krita.tools.text", 1, 0, "SvgTextToolOptionsModel") | |
Variables | |
| KIS_DECLARE_STATIC_INITIALIZER | |
| qmlRegisterType< SvgTextToolOptionsManager > | ( | "org.krita.tools.text" | , |
| 1 | , | ||
| 0 | , | ||
| "SvgTextToolOptionsManager" | ) |
| qmlRegisterType< SvgTextToolOptionsModel > | ( | "org.krita.tools.text" | , |
| 1 | , | ||
| 0 | , | ||
| "SvgTextToolOptionsModel" | ) |
| KIS_DECLARE_STATIC_INITIALIZER |
Definition at line 25 of file Plugin.cpp.