Robot Framework Integrated Development Environment (RIDE)
robotide.preferences.general.GeneralPreferences Class Reference
Inheritance diagram for robotide.preferences.general.GeneralPreferences:
robotide.ui.preferences_dialogs.PreferencesPanel robotide.preferences.general.DefaultPreferences

Public Member Functions

def __init__ (self, settings, *args, **kwargs)
 
def create_colors_sizer (self)
 
def OnCheckBox (self, event)
 
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...
 

Public Attributes

 cb_apply_to_panels
 
- Public Attributes inherited from robotide.ui.preferences_dialogs.PreferencesPanel
 tree_item
 

Private Member Functions

def _create_font_editor (self)
 
def _get_path (self)
 
def _read_defaults (self, plugin=False)
 
def _reload_settings (self)
 

Private Attributes

 _apply_to_panels
 
 _color_pickers
 
 _default_path
 
 _settings
 

Additional Inherited Members

- Static Public Attributes inherited from robotide.ui.preferences_dialogs.PreferencesPanel
tuple location = ("Preferences",)
 
string title = "Preferences"
 

Detailed Description

Definition at line 45 of file general.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.preferences.general.GeneralPreferences.__init__ (   self,
  settings,
args,
**  kwargs 
)

Member Function Documentation

◆ _create_font_editor()

def robotide.preferences.general.GeneralPreferences._create_font_editor (   self)
private

Definition at line 160 of file general.py.

◆ _get_path()

def robotide.preferences.general.GeneralPreferences._get_path (   self)
private

Definition at line 157 of file general.py.

◆ _read_defaults()

def robotide.preferences.general.GeneralPreferences._read_defaults (   self,
  plugin = False 
)
private

Definition at line 139 of file general.py.

◆ _reload_settings()

def robotide.preferences.general.GeneralPreferences._reload_settings (   self)
private

Definition at line 114 of file general.py.

◆ create_colors_sizer()

def robotide.preferences.general.GeneralPreferences.create_colors_sizer (   self)

Reimplemented in robotide.preferences.general.DefaultPreferences.

Definition at line 206 of file general.py.

◆ OnCheckBox()

def robotide.preferences.general.GeneralPreferences.OnCheckBox (   self,
  event 
)

Definition at line 86 of file general.py.

◆ OnReset()

def robotide.preferences.general.GeneralPreferences.OnReset (   self,
  event 
)

Reimplemented in robotide.preferences.general.DefaultPreferences.

Definition at line 91 of file general.py.

◆ OnSaveLoadSettings()

def robotide.preferences.general.GeneralPreferences.OnSaveLoadSettings (   self,
  event 
)

Definition at line 100 of file general.py.

Member Data Documentation

◆ _apply_to_panels

robotide.preferences.general.GeneralPreferences._apply_to_panels
private

Definition at line 51 of file general.py.

◆ _color_pickers

robotide.preferences.general.GeneralPreferences._color_pickers
private

Definition at line 50 of file general.py.

◆ _default_path

robotide.preferences.general.GeneralPreferences._default_path
private

Definition at line 117 of file general.py.

◆ _settings

robotide.preferences.general.GeneralPreferences._settings
private

Definition at line 49 of file general.py.

◆ cb_apply_to_panels

robotide.preferences.general.GeneralPreferences.cb_apply_to_panels

Definition at line 64 of file general.py.


The documentation for this class was generated from the following file: