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

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
 

Detailed Description

Definition at line 210 of file general.py.

Constructor & Destructor Documentation

◆ __init__()

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

Reimplemented from robotide.preferences.general.GeneralPreferences.

Definition at line 215 of file general.py.

Member Function Documentation

◆ create_colors_sizer()

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

Reimplemented from robotide.preferences.general.GeneralPreferences.

Definition at line 220 of file general.py.

◆ OnReset()

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

Reimplemented from robotide.preferences.general.GeneralPreferences.

Definition at line 256 of file general.py.

Member Data Documentation

◆ location

tuple robotide.preferences.general.DefaultPreferences.location = ("General",)
static

Definition at line 211 of file general.py.

◆ name

string robotide.preferences.general.DefaultPreferences.name = "General"
static

Definition at line 213 of file general.py.

◆ title

string robotide.preferences.general.DefaultPreferences.title = "General Settings"
static

Definition at line 212 of file general.py.


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