Robot Framework Integrated Development Environment (RIDE)
robotide.ui.preferences_dialogs Namespace Reference

Classes

class  _ChoiceEditor
 
class  IntegerChoiceEditor
 
class  IntegerPreferenceComboBox
 A combobox tied to a setting that has integer values. More...
 
class  PreferencesColorPicker
 A colored button that opens a color picker dialog. More...
 
class  PreferencesComboBox
 A combobox tied to a specific setting. More...
 
class  PreferencesPanel
 Base class for all preference panels used by PreferencesDialog. More...
 
class  PreferencesSpinControl
 A spin control tied to a specific setting. More...
 
class  SpinChoiceEditor
 
class  StringChoiceEditor
 

Functions

def _create_checkbox_editor (parent, settings, name, help)
 
def boolean_editor (parent, settings, name, label, help='')
 
def comma_separated_value_editor (parent, settings, name, label, help='')
 

Function Documentation

◆ _create_checkbox_editor()

def robotide.ui.preferences_dialogs._create_checkbox_editor (   parent,
  settings,
  name,
  help 
)
private

Definition at line 244 of file preferences_dialogs.py.

◆ boolean_editor()

def robotide.ui.preferences_dialogs.boolean_editor (   parent,
  settings,
  name,
  label,
  help = '' 
)

Definition at line 232 of file preferences_dialogs.py.

◆ comma_separated_value_editor()

def robotide.ui.preferences_dialogs.comma_separated_value_editor (   parent,
  settings,
  name,
  label,
  help = '' 
)

Definition at line 253 of file preferences_dialogs.py.