#include <EditorPrefObject.hpp>
Inherits wkf::PrefObjectT< EditorPrefData >.
|
| static constexpr const char * | cNAME = "EditorOptions" |
◆ EditorPrefObject()
| wizard::EditorPrefObject::EditorPrefObject |
( |
QObject * | parent = nullptr | ) |
|
◆ ~EditorPrefObject()
| wizard::EditorPrefObject::~EditorPrefObject |
( |
| ) |
|
|
overridedefault |
References Apply(), AutocompleteAfterPeriod(), EditorColor(), FoldText(), FontSize(), FontType(), GetStyles(), ReadSettings(), RecallFilePosition(), RememberFilePosition(), SaveSettingsP(), SetFontSize(), ShowLineNumbers(), ShowSyntaxTips(), TabSpace(), and UndoPopupsEnabled().
◆ Apply()
| void wizard::EditorPrefObject::Apply |
( |
| ) |
|
|
override |
◆ AutocompleteAfterPeriod()
| bool wizard::EditorPrefObject::AutocompleteAfterPeriod |
( |
| ) |
const |
◆ Changed
| void wizard::EditorPrefObject::Changed |
( |
| ) |
|
|
signal |
◆ EditorColor()
| const QColor wizard::EditorPrefObject::EditorColor |
( |
const QString & | aName | ) |
const |
◆ FoldText()
| bool wizard::EditorPrefObject::FoldText |
( |
| ) |
const |
◆ FontSize()
| unsigned int wizard::EditorPrefObject::FontSize |
( |
| ) |
const |
◆ FontType()
| QString wizard::EditorPrefObject::FontType |
( |
| ) |
const |
◆ GetStyles()
◆ ReadSettings()
References wizard::EditorPrefData::mAutocompleteAfterPeriod, wizard::EditorPrefData::mDarkEditorColor, wizard::EditorPrefData::mDarkStyle, wizard::EditorPrefData::mEnableUndoPopups, wizard::EditorPrefData::mFilePositions, wizard::EditorPrefData::mFoldText, wizard::EditorPrefData::mFontSize, wizard::EditorPrefData::mFontType, wizard::EditorPrefData::mLightEditorColor, wizard::EditorPrefData::mLightStyle, wizard::EditorPrefData::mShowLineNumbers, wizard::EditorPrefData::mShowSyntaxTips, and wizard::EditorPrefData::mTabSpace.
Referenced by ~EditorPrefObject().
◆ RecallFilePosition()
| std::pair< size_t, size_t > wizard::EditorPrefObject::RecallFilePosition |
( |
const QString & | aPath | ) |
|
◆ RememberFilePosition()
| void wizard::EditorPrefObject::RememberFilePosition |
( |
const QString & | aPath, |
|
|
const size_t | aLine, |
|
|
const size_t | aColumn ) |
◆ SaveSettingsP()
| void wizard::EditorPrefObject::SaveSettingsP |
( |
QSettings & | aSettings | ) |
const |
|
override |
◆ SetFontSize()
| void wizard::EditorPrefObject::SetFontSize |
( |
unsigned int | aSize | ) |
|
◆ ShowLineNumbers()
| bool wizard::EditorPrefObject::ShowLineNumbers |
( |
| ) |
const |
◆ ShowSyntaxTips()
| bool wizard::EditorPrefObject::ShowSyntaxTips |
( |
| ) |
const |
◆ TabSpace()
| const unsigned int wizard::EditorPrefObject::TabSpace |
( |
| ) |
const |
◆ UndoPopupsEnabled()
| bool wizard::EditorPrefObject::UndoPopupsEnabled |
( |
| ) |
const |
◆ cNAME
| const char* wizard::EditorPrefObject::cNAME = "EditorOptions" |
|
staticconstexpr |
The documentation for this class was generated from the following files: