![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <EditorSettings.h>


Signals | |
| void | settingsChanged () |
Public Member Functions | |
| EditorSettings () | |
| int | fontSize () const |
| bool | shouldHighlightCurrentLine () const |
| const ColorScheme & | colorScheme () const |
Protected Member Functions | |
| void | connectSignals () const |
| void | saveChanges () |
| void | saveChangesAndClose () |
| void | cancel () |
| void | setFormValuesToCurrentValues () const |
| void | loadFromSettings () |
| void | setupUi () |
Definition at line 14 of file EditorSettings.h.
| EditorSettings::EditorSettings | ( | ) |
Definition at line 21 of file EditorSettings.cpp.
References connectSignals(), loadFromSettings(), and setupUi().
|
protected |
Definition at line 72 of file EditorSettings.cpp.
References setFormValuesToCurrentValues().
Referenced by connectSignals().
| const ColorScheme & EditorSettings::colorScheme | ( | ) | const |
Definition at line 47 of file EditorSettings.cpp.
Referenced by loadFromSettings(), saveChanges(), and setupUi().
|
protected |
Definition at line 103 of file EditorSettings.cpp.
References cancel(), saveChanges(), and saveChangesAndClose().
Referenced by EditorSettings().
| int EditorSettings::fontSize | ( | ) | const |
Definition at line 37 of file EditorSettings.cpp.
|
protected |
Definition at line 84 of file EditorSettings.cpp.
References COLOR_SCHEME_SETTINGS_KEY, colorScheme(), ColorScheme::ColorSchemeByName(), setFormValuesToCurrentValues(), SettingsScopeName(), and SHOULD_HIGHLIGHT_SETTINGS_KEY.
Referenced by EditorSettings().
|
protected |
Definition at line 52 of file EditorSettings.cpp.
References COLOR_SCHEME_SETTINGS_KEY, colorScheme(), ColorScheme::ColorSchemeByName(), ColorScheme::name(), settingsChanged(), SettingsScopeName(), and SHOULD_HIGHLIGHT_SETTINGS_KEY.
Referenced by connectSignals(), and saveChangesAndClose().
|
protected |
Definition at line 66 of file EditorSettings.cpp.
References saveChanges().
Referenced by connectSignals().
|
protected |
Definition at line 78 of file EditorSettings.cpp.
References ColorScheme::name().
Referenced by cancel(), and loadFromSettings().
|
signal |
Referenced by CodeEditor::CodeEditor(), and saveChanges().
|
protected |
Definition at line 28 of file EditorSettings.cpp.
References ColorScheme::AvailableColorSchemes(), colorScheme(), and ColorScheme::name().
Referenced by EditorSettings().
| bool EditorSettings::shouldHighlightCurrentLine | ( | ) | const |
Definition at line 42 of file EditorSettings.cpp.