Public Member Functions | |
| def | __init__ (self, settings, *args, **kwargs) |
| def | create_colors_sizer (self) |
| def | OnReset (self, event) |
Public Member Functions inherited from robotide.preferences.general.GeneralPreferences | |
| def | OnCheckBox (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... | |
Static Public Attributes | |
| tuple | location = ("General",) |
| string | name = "General" |
| string | title = "General Settings" |
Static Public Attributes inherited from robotide.ui.preferences_dialogs.PreferencesPanel | |
| tuple | location = ("Preferences",) |
| string | title = "Preferences" |
Additional Inherited Members | |
Public Attributes inherited from robotide.preferences.general.GeneralPreferences | |
| cb_apply_to_panels | |
Public Attributes inherited from robotide.ui.preferences_dialogs.PreferencesPanel | |
| tree_item | |
Definition at line 210 of file general.py.
| def robotide.preferences.general.DefaultPreferences.__init__ | ( | self, | |
| settings, | |||
| * | args, | ||
| ** | kwargs | ||
| ) |
Reimplemented from robotide.preferences.general.GeneralPreferences.
Definition at line 215 of file general.py.
| def robotide.preferences.general.DefaultPreferences.create_colors_sizer | ( | self | ) |
Reimplemented from robotide.preferences.general.GeneralPreferences.
Definition at line 220 of file general.py.
| def robotide.preferences.general.DefaultPreferences.OnReset | ( | self, | |
| event | |||
| ) |
Reimplemented from robotide.preferences.general.GeneralPreferences.
Definition at line 256 of file general.py.
|
static |
Definition at line 211 of file general.py.
|
static |
Definition at line 213 of file general.py.
|
static |
Definition at line 212 of file general.py.