41 if (
d->model == model)
return;
53 if (
d->showDebug == show)
return;
60 return d->showCharacterDebug;
65 if (
d->showCharacterDebug == show)
return;
66 d->showCharacterDebug = show;
72 return d->showLineDebug;
77 if (
d->showLineDebug == show)
return;
78 d->showLineDebug = show;
88 if (
d->textType == type)
return;
95 return d->textPropertiesDockerOpen;
100 if (
d->textPropertiesDockerOpen == open)
return;
101 d->textPropertiesDockerOpen = open;
107 return d->showTextPropertyButton;
112 if (
d->showTextPropertyButton == show)
return;
113 d->showTextPropertyButton = show;
bool showTextPropertyButton
void setTextPropertiesOpen(const bool open)
SvgTextToolOptionsManager(QObject *parent=nullptr)
void setShowDebug(const bool show)
void showTextPropertyButtonChanged()
void setShowLineDebug(const bool show)
void setShowTextPropertyButton(const bool show)
void emitGlyphPalette()
emitGlyphPalette Emit the open glyph palette signal.
SvgTextToolOptionsModel * optionsModel
QScopedPointer< Private > d
void setOptionsModel(SvgTextToolOptionsModel *model)
void openTextPropertiesDocker(bool open)
~SvgTextToolOptionsManager()
void showLineDebugChanged()
void convertTextType(int type)
void showDebugCharacterChanged()
void optionsModelChanged()
void setShowCharacterDebug(const bool show)
void emitOpenTextEditor()
emitOpenTextEditor Emit the open text editor signal.
void convertToTextType(const int type)
bool textPropertiesDockerOpen
SvgTextToolOptionsModel * model
bool showTextPropertyButton