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

Public Member Functions

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

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

Static Public Attributes

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

Private Member Functions

def _add_editor (self, editor)
 
def _create_editors (self, settings)
 

Private Attributes

 _settings
 

Detailed Description

Definition at line 23 of file saving.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.preferences.saving.SavingPreferences.__init__ (   self,
  settings,
args,
**  kwargs 
)

Reimplemented from robotide.ui.preferences_dialogs.PreferencesPanel.

Definition at line 27 of file saving.py.

Member Function Documentation

◆ _add_editor()

def robotide.preferences.saving.SavingPreferences._add_editor (   self,
  editor 
)
private

Definition at line 63 of file saving.py.

◆ _create_editors()

def robotide.preferences.saving.SavingPreferences._create_editors (   self,
  settings 
)
private

Definition at line 46 of file saving.py.

Member Data Documentation

◆ _settings

robotide.preferences.saving.SavingPreferences._settings
private

Definition at line 29 of file saving.py.

◆ background_color

robotide.preferences.saving.SavingPreferences.background_color

Definition at line 31 of file saving.py.

◆ foreground_color

robotide.preferences.saving.SavingPreferences.foreground_color

Definition at line 32 of file saving.py.

◆ location

tuple robotide.preferences.saving.SavingPreferences.location = ('Saving',)
static

Definition at line 24 of file saving.py.

◆ title

string robotide.preferences.saving.SavingPreferences.title = 'Saving Preferences'
static

Definition at line 25 of file saving.py.


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