Robot Framework Integrated Development Environment (RIDE)
robotide.preferences.editors.EditorPreferences Class Reference
Inheritance diagram for robotide.preferences.editors.EditorPreferences:
robotide.ui.preferences_dialogs.PreferencesPanel robotide.preferences.editors.GridEditorPreferences robotide.preferences.editors.TestRunnerPreferences robotide.preferences.editors.TextEditorPreferences

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"
 

Detailed Description

Definition at line 52 of file editors.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.preferences.editors.EditorPreferences.__init__ (   self,
  settings,
args,
**  kwargs 
)

Member Function Documentation

◆ _create_font_editor()

def robotide.preferences.editors.EditorPreferences._create_font_editor (   self)
private

Definition at line 105 of file editors.py.

◆ _get_path()

def robotide.preferences.editors.EditorPreferences._get_path (   self)
private

Definition at line 102 of file editors.py.

◆ _read_defaults()

def robotide.preferences.editors.EditorPreferences._read_defaults (   self,
  plugin = False 
)
private

Definition at line 88 of file editors.py.

◆ create_colors_sizer()

def robotide.preferences.editors.EditorPreferences.create_colors_sizer (   self)

◆ OnReset()

def robotide.preferences.editors.EditorPreferences.OnReset (   self,
  event 
)

◆ OnSaveLoadSettings()

def robotide.preferences.editors.EditorPreferences.OnSaveLoadSettings (   self,
  event 
)

Member Data Documentation

◆ _color_pickers

robotide.preferences.editors.EditorPreferences._color_pickers
private

Definition at line 57 of file editors.py.

◆ _settings

robotide.preferences.editors.EditorPreferences._settings
private

Definition at line 56 of file editors.py.


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