Robot Framework Integrated Development Environment (RIDE)
robotide.contrib.testrunner.testrunnerplugin.OutputStylizer Class Reference

Public Member Functions

def __init__ (self, editor, settings)
 
def OnSettingsChanged (self, message)
 Redraw colors and font if settings are modified. More...
 

Public Attributes

 editor
 
 fail_color
 
 pass_color
 
 settings
 
 skip_color
 

Private Member Functions

def _ensure_default_font_is_valid (self)
 Checks if default font is installed. More...
 
def _set_styles (self)
 Sets plugin styles. More...
 

Static Private Member Functions

def _get_style_string (back, fore, size, face)
 

Detailed Description

Definition at line 1313 of file testrunnerplugin.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.contrib.testrunner.testrunnerplugin.OutputStylizer.__init__ (   self,
  editor,
  settings 
)

Definition at line 1314 of file testrunnerplugin.py.

Member Function Documentation

◆ _ensure_default_font_is_valid()

def robotide.contrib.testrunner.testrunnerplugin.OutputStylizer._ensure_default_font_is_valid (   self)
private

Checks if default font is installed.

Definition at line 1365 of file testrunnerplugin.py.

◆ _get_style_string()

def robotide.contrib.testrunner.testrunnerplugin.OutputStylizer._get_style_string (   back,
  fore,
  size,
  face 
)
staticprivate

Definition at line 1358 of file testrunnerplugin.py.

◆ _set_styles()

def robotide.contrib.testrunner.testrunnerplugin.OutputStylizer._set_styles (   self)
private

Sets plugin styles.

Definition at line 1330 of file testrunnerplugin.py.

◆ OnSettingsChanged()

def robotide.contrib.testrunner.testrunnerplugin.OutputStylizer.OnSettingsChanged (   self,
  message 
)

Redraw colors and font if settings are modified.

Definition at line 1322 of file testrunnerplugin.py.

Member Data Documentation

◆ editor

robotide.contrib.testrunner.testrunnerplugin.OutputStylizer.editor

Definition at line 1315 of file testrunnerplugin.py.

◆ fail_color

robotide.contrib.testrunner.testrunnerplugin.OutputStylizer.fail_color

Definition at line 1334 of file testrunnerplugin.py.

◆ pass_color

robotide.contrib.testrunner.testrunnerplugin.OutputStylizer.pass_color

Definition at line 1335 of file testrunnerplugin.py.

◆ settings

robotide.contrib.testrunner.testrunnerplugin.OutputStylizer.settings

Definition at line 1316 of file testrunnerplugin.py.

◆ skip_color

robotide.contrib.testrunner.testrunnerplugin.OutputStylizer.skip_color

Definition at line 1336 of file testrunnerplugin.py.


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