Robot Framework Integrated Development Environment (RIDE)
robotide.contrib.testrunner.testrunnerplugin.OutputStyledTextCtrl Class Reference
Inheritance diagram for robotide.contrib.testrunner.testrunnerplugin.OutputStyledTextCtrl:
wx.stc.StyledTextCtrl

Public Member Functions

def __init__ (self, parent)
 
def update_scroll_width (self, string)
 

Public Attributes

 stylizer
 

Static Private Member Functions

def _get_app_settings (parent)
 

Private Attributes

 _max_row_len
 

Detailed Description

Definition at line 1278 of file testrunnerplugin.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.contrib.testrunner.testrunnerplugin.OutputStyledTextCtrl.__init__ (   self,
  parent 
)

Definition at line 1280 of file testrunnerplugin.py.

Member Function Documentation

◆ _get_app_settings()

def robotide.contrib.testrunner.testrunnerplugin.OutputStyledTextCtrl._get_app_settings (   parent)
staticprivate

Definition at line 1304 of file testrunnerplugin.py.

◆ update_scroll_width()

def robotide.contrib.testrunner.testrunnerplugin.OutputStyledTextCtrl.update_scroll_width (   self,
  string 
)

Definition at line 1287 of file testrunnerplugin.py.

Member Data Documentation

◆ _max_row_len

robotide.contrib.testrunner.testrunnerplugin.OutputStyledTextCtrl._max_row_len
private

Definition at line 1285 of file testrunnerplugin.py.

◆ stylizer

robotide.contrib.testrunner.testrunnerplugin.OutputStyledTextCtrl.stylizer

Definition at line 1284 of file testrunnerplugin.py.


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