|
Krita Source Code Documentation
|
#include "SvgTextToolOptionsModel.h"Go to the source code of this file.
Functions | |
| connect (this, SIGNAL(optionsChanged()), this, SLOT(saveOptions())) | |
| LAGER_QT (cssStylePresetName) | |
| LAGER_QT (pasteRichtTextByDefault) | |
| LAGER_QT (useVisualBidiCursor) | |
| loadOptions () | |
Variables | |
| const QString | SVG_TEXT_TOOL_ID = "SvgTextTool" |
| connect | ( | this | , |
| SIGNAL(optionsChanged()) | , | ||
| this | , | ||
| SLOT(saveOptions()) | ) |
| LAGER_QT | ( | cssStylePresetName | ) |
Definition at line 14 of file SvgTextToolOptionsModel.cpp.
References SvgTextToolOptionsData::cssStylePresetName.
| LAGER_QT | ( | pasteRichtTextByDefault | ) |
Definition at line 16 of file SvgTextToolOptionsModel.cpp.
References SvgTextToolOptionsData::pasteRichtTextByDefault.
| LAGER_QT | ( | useVisualBidiCursor | ) |
Definition at line 15 of file SvgTextToolOptionsModel.cpp.
References SvgTextToolOptionsData::useVisualBidiCursor.
| loadOptions | ( | ) |
| const QString SVG_TEXT_TOOL_ID = "SvgTextTool" |
Definition at line 8 of file SvgTextToolOptionsModel.cpp.