The SvgTextToolOptionsManager class.
More...
#include <SvgTextToolOptionsManager.h>
The SvgTextToolOptionsManager class.
Class that communicates state changes and signals between SvgTextTool.cpp and the SvgTextToolOptions.qml file.
Definition at line 17 of file SvgTextToolOptionsManager.h.
◆ TextType
◆ SvgTextToolOptionsManager()
| SvgTextToolOptionsManager::SvgTextToolOptionsManager |
( |
QObject * | parent = nullptr | ) |
|
|
explicit |
◆ ~SvgTextToolOptionsManager()
| SvgTextToolOptionsManager::~SvgTextToolOptionsManager |
( |
| ) |
|
◆ convertTextType
| void SvgTextToolOptionsManager::convertTextType |
( |
int | type | ) |
|
|
signal |
◆ convertToTextType()
| void SvgTextToolOptionsManager::convertToTextType |
( |
const int | type | ) |
|
◆ emitGlyphPalette
| void SvgTextToolOptionsManager::emitGlyphPalette |
( |
| ) |
|
|
slot |
◆ emitOpenTextEditor
| void SvgTextToolOptionsManager::emitOpenTextEditor |
( |
| ) |
|
|
slot |
◆ openGlyphPalette
| void SvgTextToolOptionsManager::openGlyphPalette |
( |
| ) |
|
|
signal |
◆ openTextEditor
| void SvgTextToolOptionsManager::openTextEditor |
( |
| ) |
|
|
signal |
◆ openTextPropertiesDocker
| void SvgTextToolOptionsManager::openTextPropertiesDocker |
( |
bool | open | ) |
|
|
signal |
◆ optionsModel()
◆ optionsModelChanged
| void SvgTextToolOptionsManager::optionsModelChanged |
( |
| ) |
|
|
signal |
◆ setOptionsModel()
◆ setShowCharacterDebug()
| void SvgTextToolOptionsManager::setShowCharacterDebug |
( |
const bool | show | ) |
|
◆ setShowDebug()
| void SvgTextToolOptionsManager::setShowDebug |
( |
const bool | show | ) |
|
◆ setShowLineDebug()
| void SvgTextToolOptionsManager::setShowLineDebug |
( |
const bool | show | ) |
|
◆ setShowTextPropertyButton()
| void SvgTextToolOptionsManager::setShowTextPropertyButton |
( |
const bool | show | ) |
|
◆ setTextPropertiesOpen()
| void SvgTextToolOptionsManager::setTextPropertiesOpen |
( |
const bool | open | ) |
|
Definition at line 98 of file SvgTextToolOptionsManager.cpp.
99{
100 if (
d->textPropertiesDockerOpen == open)
return;
101 d->textPropertiesDockerOpen =
open;
103}
void openTextPropertiesDocker(bool open)
QAction * open(const QObject *recvr, const char *slot, QObject *parent)
References d, and openTextPropertiesDocker().
◆ showCharacterDebug()
| bool SvgTextToolOptionsManager::showCharacterDebug |
( |
| ) |
const |
◆ showDebug()
| bool SvgTextToolOptionsManager::showDebug |
( |
| ) |
const |
◆ showDebugChanged
| void SvgTextToolOptionsManager::showDebugChanged |
( |
| ) |
|
|
signal |
◆ showDebugCharacterChanged
| void SvgTextToolOptionsManager::showDebugCharacterChanged |
( |
| ) |
|
|
signal |
◆ showLineDebug()
| bool SvgTextToolOptionsManager::showLineDebug |
( |
| ) |
const |
◆ showLineDebugChanged
| void SvgTextToolOptionsManager::showLineDebugChanged |
( |
| ) |
|
|
signal |
◆ showTextPropertyButton()
| bool SvgTextToolOptionsManager::showTextPropertyButton |
( |
| ) |
const |
showTextPropertyButton Whether to show the open text properties button. It is hidden when somehow that docker is missing.
Definition at line 105 of file SvgTextToolOptionsManager.cpp.
106{
107 return d->showTextPropertyButton;
108}
References d.
◆ showTextPropertyButtonChanged
| void SvgTextToolOptionsManager::showTextPropertyButtonChanged |
( |
| ) |
|
|
signal |
◆ textPropertiesOpen()
| bool SvgTextToolOptionsManager::textPropertiesOpen |
( |
| ) |
const |
textPropertiesOpen
- Returns
- whether the text properties docker is open.
Definition at line 93 of file SvgTextToolOptionsManager.cpp.
94{
95 return d->textPropertiesDockerOpen;
96}
References d.
◆ textType()
| int SvgTextToolOptionsManager::textType |
( |
| ) |
const |
| QScopedPointer<Private> SvgTextToolOptionsManager::d |
|
private |
◆ optionsModel
◆ showCharacterDebug
| bool SvgTextToolOptionsManager::showCharacterDebug |
|
readwrite |
◆ showDebug
| bool SvgTextToolOptionsManager::showDebug |
|
readwrite |
◆ showLineDebug
| bool SvgTextToolOptionsManager::showLineDebug |
|
readwrite |
◆ showTextPropertyButton
| bool SvgTextToolOptionsManager::showTextPropertyButton |
|
readwrite |
◆ textPropertiesOpen
| bool SvgTextToolOptionsManager::textPropertiesOpen |
|
readwrite |
◆ textType
| int SvgTextToolOptionsManager::textType |
|
readwrite |
The documentation for this class was generated from the following files: