Krita Source Code Documentation
Loading...
Searching...
No Matches
Plugin.cpp File Reference
#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
 

Function Documentation

◆ qmlRegisterType< SvgTextToolOptionsManager >()

qmlRegisterType< SvgTextToolOptionsManager > ( "org.krita.tools.text" ,
1 ,
0 ,
"SvgTextToolOptionsManager"  )

◆ qmlRegisterType< SvgTextToolOptionsModel >()

qmlRegisterType< SvgTextToolOptionsModel > ( "org.krita.tools.text" ,
1 ,
0 ,
"SvgTextToolOptionsModel"  )

Variable Documentation

◆ KIS_DECLARE_STATIC_INITIALIZER

KIS_DECLARE_STATIC_INITIALIZER
Initial value:
{
qmlRegisterType<GlyphPaletteProxyModel>("org.krita.tools.text", 1, 0, "GlyphPaletteProxyModel")

Definition at line 25 of file Plugin.cpp.