Robot Framework Integrated Development Environment (RIDE)
robotide.editor.settingeditors.SettingValueDisplay Class Reference
Inheritance diagram for robotide.editor.settingeditors.SettingValueDisplay:

Public Member Functions

def __init__ (self, parent)
 
def clear (self)
 
def clear_highlight (self)
 
def contains (self, text)
 
def highlight (self, text)
 
def set_value (self, controller, plugin)
 

Public Attributes

 color_secondary_background
 

Private Member Functions

def _colorize_background (self, match=None)
 
def _colorize_data (self, match=None)
 
def _colorize_possible_user_keyword (self)
 
def _empty_values (self)
 
def _get_background_colour (self, match=None)
 

Private Attributes

 _colour_provider
 
 _is_user_keyword
 
 _keyword_name
 
 _value
 

Detailed Description

Definition at line 269 of file settingeditors.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.editor.settingeditors.SettingValueDisplay.__init__ (   self,
  parent 
)

Definition at line 271 of file settingeditors.py.

Member Function Documentation

◆ _colorize_background()

def robotide.editor.settingeditors.SettingValueDisplay._colorize_background (   self,
  match = None 
)
private

Definition at line 306 of file settingeditors.py.

◆ _colorize_data()

def robotide.editor.settingeditors.SettingValueDisplay._colorize_data (   self,
  match = None 
)
private

Definition at line 302 of file settingeditors.py.

◆ _colorize_possible_user_keyword()

def robotide.editor.settingeditors.SettingValueDisplay._colorize_possible_user_keyword (   self)
private

Definition at line 316 of file settingeditors.py.

◆ _empty_values()

def robotide.editor.settingeditors.SettingValueDisplay._empty_values (   self)
private

Definition at line 288 of file settingeditors.py.

◆ _get_background_colour()

def robotide.editor.settingeditors.SettingValueDisplay._get_background_colour (   self,
  match = None 
)
private

Definition at line 309 of file settingeditors.py.

◆ clear()

def robotide.editor.settingeditors.SettingValueDisplay.clear (   self)

Definition at line 325 of file settingeditors.py.

◆ clear_highlight()

def robotide.editor.settingeditors.SettingValueDisplay.clear_highlight (   self)

Definition at line 339 of file settingeditors.py.

◆ contains()

def robotide.editor.settingeditors.SettingValueDisplay.contains (   self,
  text 
)

Definition at line 330 of file settingeditors.py.

◆ highlight()

def robotide.editor.settingeditors.SettingValueDisplay.highlight (   self,
  text 
)

Definition at line 336 of file settingeditors.py.

◆ set_value()

def robotide.editor.settingeditors.SettingValueDisplay.set_value (   self,
  controller,
  plugin 
)

Definition at line 292 of file settingeditors.py.

Member Data Documentation

◆ _colour_provider

robotide.editor.settingeditors.SettingValueDisplay._colour_provider
private

Definition at line 284 of file settingeditors.py.

◆ _is_user_keyword

robotide.editor.settingeditors.SettingValueDisplay._is_user_keyword
private

Definition at line 290 of file settingeditors.py.

◆ _keyword_name

robotide.editor.settingeditors.SettingValueDisplay._keyword_name
private

Definition at line 294 of file settingeditors.py.

◆ _value

robotide.editor.settingeditors.SettingValueDisplay._value
private

Definition at line 289 of file settingeditors.py.

◆ color_secondary_background

robotide.editor.settingeditors.SettingValueDisplay.color_secondary_background

Definition at line 281 of file settingeditors.py.


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