Public Member Functions | |
| def | __init__ (self, settings, *args, **kwargs) |
| def | create_colors_sizer (self) |
| def | OnReset (self, event) |
| def | OnSaveLoadSettings (self, event) |
Public Member Functions inherited from robotide.ui.preferences_dialogs.PreferencesPanel | |
| def | GetTitle (self) |
| def | Separator (self, parent, title) |
| Creates a simple horizontal separator with title. More... | |
Private Member Functions | |
| def | _create_font_editor (self) |
| def | _get_path (self) |
| def | _read_defaults (self, plugin=False) |
Private Attributes | |
| _color_pickers | |
| _settings | |
Additional Inherited Members | |
Public Attributes inherited from robotide.ui.preferences_dialogs.PreferencesPanel | |
| tree_item | |
Static Public Attributes inherited from robotide.ui.preferences_dialogs.PreferencesPanel | |
| tuple | location = ("Preferences",) |
| string | title = "Preferences" |
Definition at line 52 of file editors.py.
| def robotide.preferences.editors.EditorPreferences.__init__ | ( | self, | |
| settings, | |||
| * | args, | ||
| ** | kwargs | ||
| ) |
Reimplemented from robotide.ui.preferences_dialogs.PreferencesPanel.
Reimplemented in robotide.preferences.editors.TestRunnerPreferences, robotide.preferences.editors.GridEditorPreferences, and robotide.preferences.editors.TextEditorPreferences.
Definition at line 54 of file editors.py.
|
private |
Definition at line 105 of file editors.py.
|
private |
Definition at line 102 of file editors.py.
|
private |
Definition at line 88 of file editors.py.
| def robotide.preferences.editors.EditorPreferences.create_colors_sizer | ( | self | ) |
Reimplemented in robotide.preferences.editors.TestRunnerPreferences, robotide.preferences.editors.GridEditorPreferences, and robotide.preferences.editors.TextEditorPreferences.
Definition at line 150 of file editors.py.
| def robotide.preferences.editors.EditorPreferences.OnReset | ( | self, | |
| event | |||
| ) |
Reimplemented in robotide.preferences.editors.TestRunnerPreferences, and robotide.preferences.editors.TextEditorPreferences.
Definition at line 83 of file editors.py.
| def robotide.preferences.editors.EditorPreferences.OnSaveLoadSettings | ( | self, | |
| event | |||
| ) |
Reimplemented in robotide.preferences.editors.TestRunnerPreferences, robotide.preferences.editors.GridEditorPreferences, and robotide.preferences.editors.TextEditorPreferences.
Definition at line 80 of file editors.py.
|
private |
Definition at line 57 of file editors.py.
|
private |
Definition at line 56 of file editors.py.