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

Public Member Functions

def __init__ (self, parent)
 
def build (self, settings, plugin, tree)
 
def close (self)
 
def create_editor_for (self, controller, plugin, tree)
 
def Expand (self)
 
def GetPane (self)
 
def highlight (self, text, expand=True)
 
def update_value (self)
 

Public Attributes

 color_background
 
 color_background_help
 
 color_foreground
 
 color_foreground_text
 
 color_secondary_background
 
 color_secondary_foreground
 
 font_face
 
 font_size
 
 general_settings
 

Static Public Attributes

int BORDER = 2
 

Private Member Functions

def _get_editor_class (self, controller)
 
def _recalc_size (self, event=None)
 

Private Attributes

 _editors
 
 _sizer
 

Detailed Description

Definition at line 208 of file editors.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.editor.editors.Settings.__init__ (   self,
  parent 
)

Definition at line 211 of file editors.py.

Member Function Documentation

◆ _get_editor_class()

def robotide.editor.editors.Settings._get_editor_class (   self,
  controller 
)
private

Definition at line 261 of file editors.py.

◆ _recalc_size()

def robotide.editor.editors.Settings._recalc_size (   self,
  event = None 
)
private

Definition at line 282 of file editors.py.

◆ build()

def robotide.editor.editors.Settings.build (   self,
  settings,
  plugin,
  tree 
)

Definition at line 268 of file editors.py.

◆ close()

def robotide.editor.editors.Settings.close (   self)

Definition at line 249 of file editors.py.

◆ create_editor_for()

def robotide.editor.editors.Settings.create_editor_for (   self,
  controller,
  plugin,
  tree 
)

Definition at line 257 of file editors.py.

◆ Expand()

def robotide.editor.editors.Settings.Expand (   self)

Definition at line 235 of file editors.py.

◆ GetPane()

def robotide.editor.editors.Settings.GetPane (   self)

Definition at line 238 of file editors.py.

◆ highlight()

def robotide.editor.editors.Settings.highlight (   self,
  text,
  expand = True 
)

Definition at line 293 of file editors.py.

◆ update_value()

def robotide.editor.editors.Settings.update_value (   self)

Definition at line 253 of file editors.py.

Member Data Documentation

◆ _editors

robotide.editor.editors.Settings._editors
private

Definition at line 232 of file editors.py.

◆ _sizer

robotide.editor.editors.Settings._sizer
private

Definition at line 231 of file editors.py.

◆ BORDER

int robotide.editor.editors.Settings.BORDER = 2
static

Definition at line 209 of file editors.py.

◆ color_background

robotide.editor.editors.Settings.color_background

Definition at line 221 of file editors.py.

◆ color_background_help

robotide.editor.editors.Settings.color_background_help

Definition at line 225 of file editors.py.

◆ color_foreground

robotide.editor.editors.Settings.color_foreground

Definition at line 222 of file editors.py.

◆ color_foreground_text

robotide.editor.editors.Settings.color_foreground_text

Definition at line 226 of file editors.py.

◆ color_secondary_background

robotide.editor.editors.Settings.color_secondary_background

Definition at line 223 of file editors.py.

◆ color_secondary_foreground

robotide.editor.editors.Settings.color_secondary_foreground

Definition at line 224 of file editors.py.

◆ font_face

robotide.editor.editors.Settings.font_face

Definition at line 227 of file editors.py.

◆ font_size

robotide.editor.editors.Settings.font_size

Definition at line 228 of file editors.py.

◆ general_settings

robotide.editor.editors.Settings.general_settings

Definition at line 220 of file editors.py.


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