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

Public Member Functions

def __init__ (self, settings, *args, **kwargs)
 
def create_colors_sizer (self)
 
def OnSaveLoadSettings (self, event)
 
- Public Member Functions inherited from robotide.preferences.editors.EditorPreferences
def OnReset (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 = ("Grid Editor",)
 
string name = "Grid"
 
string title = "Grid Editor Settings"
 
- Static Public Attributes inherited from robotide.ui.preferences_dialogs.PreferencesPanel
tuple location = ("Preferences",)
 
string title = "Preferences"
 

Private Member Functions

def _create_background_pickers (self, colors_sizer)
 
def _create_foreground_pickers (self, colors_sizer)
 
def _create_grid_config_editor (self)
 
def _label_for (self, name)
 
def _number_editor (self, settings, name)
 
def _set_value (self, editor, name)
 

Additional Inherited Members

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

Detailed Description

Definition at line 228 of file editors.py.

Constructor & Destructor Documentation

◆ __init__()

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

Reimplemented from robotide.preferences.editors.EditorPreferences.

Definition at line 233 of file editors.py.

Member Function Documentation

◆ _create_background_pickers()

def robotide.preferences.editors.GridEditorPreferences._create_background_pickers (   self,
  colors_sizer 
)
private

Definition at line 332 of file editors.py.

◆ _create_foreground_pickers()

def robotide.preferences.editors.GridEditorPreferences._create_foreground_pickers (   self,
  colors_sizer 
)
private

Definition at line 304 of file editors.py.

◆ _create_grid_config_editor()

def robotide.preferences.editors.GridEditorPreferences._create_grid_config_editor (   self)
private

Definition at line 238 of file editors.py.

◆ _label_for()

def robotide.preferences.editors.GridEditorPreferences._label_for (   self,
  name 
)
private

Definition at line 275 of file editors.py.

◆ _number_editor()

def robotide.preferences.editors.GridEditorPreferences._number_editor (   self,
  settings,
  name 
)
private

Definition at line 279 of file editors.py.

◆ _set_value()

def robotide.preferences.editors.GridEditorPreferences._set_value (   self,
  editor,
  name 
)
private

Definition at line 291 of file editors.py.

◆ create_colors_sizer()

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

Reimplemented from robotide.preferences.editors.EditorPreferences.

Definition at line 298 of file editors.py.

◆ OnSaveLoadSettings()

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

Reimplemented from robotide.preferences.editors.EditorPreferences.

Definition at line 362 of file editors.py.

Member Data Documentation

◆ location

tuple robotide.preferences.editors.GridEditorPreferences.location = ("Grid Editor",)
static

Definition at line 229 of file editors.py.

◆ name

string robotide.preferences.editors.GridEditorPreferences.name = "Grid"
static

Definition at line 231 of file editors.py.

◆ title

string robotide.preferences.editors.GridEditorPreferences.title = "Grid Editor Settings"
static

Definition at line 230 of file editors.py.


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