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

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...
 

Static Public Attributes

tuple location = ("Test Runner",)
 
string name = "Test Runner"
 
string title = "Test Runner Settings"
 
- Static Public Attributes inherited from robotide.ui.preferences_dialogs.PreferencesPanel
tuple location = ("Preferences",)
 
string title = "Preferences"
 

Private Member Functions

def _create_test_runner_config_editor (self)
 

Additional Inherited Members

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

Detailed Description

Definition at line 374 of file editors.py.

Constructor & Destructor Documentation

◆ __init__()

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

Reimplemented from robotide.preferences.editors.EditorPreferences.

Definition at line 379 of file editors.py.

Member Function Documentation

◆ _create_test_runner_config_editor()

def robotide.preferences.editors.TestRunnerPreferences._create_test_runner_config_editor (   self)
private

Definition at line 384 of file editors.py.

◆ create_colors_sizer()

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

Reimplemented from robotide.preferences.editors.EditorPreferences.

Definition at line 413 of file editors.py.

◆ OnReset()

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

Reimplemented from robotide.preferences.editors.EditorPreferences.

Definition at line 459 of file editors.py.

◆ OnSaveLoadSettings()

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

Reimplemented from robotide.preferences.editors.EditorPreferences.

Definition at line 448 of file editors.py.

Member Data Documentation

◆ location

tuple robotide.preferences.editors.TestRunnerPreferences.location = ("Test Runner",)
static

Definition at line 375 of file editors.py.

◆ name

string robotide.preferences.editors.TestRunnerPreferences.name = "Test Runner"
static

Definition at line 377 of file editors.py.

◆ title

string robotide.preferences.editors.TestRunnerPreferences.title = "Test Runner Settings"
static

Definition at line 376 of file editors.py.


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