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

Public Member Functions

def __init__ (self, parent, readonly=False)
 
def calc_margin_width (self)
 
def get_selected_or_near_text (self)
 
def OnStyle (self, event)
 
def OnZoom (self, event)
 
def set_text (self, text)
 

Public Attributes

 readonly
 
 stylizer
 

Static Public Attributes

int margin = 1
 

Properties

 utf8_text = property
 

Private Member Functions

def _set_zoom (self)
 
def utf8_text (self)
 

Private Attributes

 _settings
 

Detailed Description

Definition at line 1375 of file texteditor.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.editor.texteditor.RobotDataEditor.__init__ (   self,
  parent,
  readonly = False 
)

Definition at line 1378 of file texteditor.py.

Member Function Documentation

◆ _set_zoom()

def robotide.editor.texteditor.RobotDataEditor._set_zoom (   self)
private

Definition at line 1411 of file texteditor.py.

◆ calc_margin_width()

def robotide.editor.texteditor.RobotDataEditor.calc_margin_width (   self)

Definition at line 1417 of file texteditor.py.

◆ get_selected_or_near_text()

def robotide.editor.texteditor.RobotDataEditor.get_selected_or_near_text (   self)

Definition at line 1422 of file texteditor.py.

◆ OnStyle()

def robotide.editor.texteditor.RobotDataEditor.OnStyle (   self,
  event 
)

Definition at line 1404 of file texteditor.py.

◆ OnZoom()

def robotide.editor.texteditor.RobotDataEditor.OnZoom (   self,
  event 
)

Definition at line 1407 of file texteditor.py.

◆ set_text()

def robotide.editor.texteditor.RobotDataEditor.set_text (   self,
  text 
)

Definition at line 1391 of file texteditor.py.

◆ utf8_text()

def robotide.editor.texteditor.RobotDataEditor.utf8_text (   self)
private

Definition at line 1401 of file texteditor.py.

Member Data Documentation

◆ _settings

robotide.editor.texteditor.RobotDataEditor._settings
private

Definition at line 1380 of file texteditor.py.

◆ margin

int robotide.editor.texteditor.RobotDataEditor.margin = 1
static

Definition at line 1376 of file texteditor.py.

◆ readonly

robotide.editor.texteditor.RobotDataEditor.readonly

Definition at line 1381 of file texteditor.py.

◆ stylizer

robotide.editor.texteditor.RobotDataEditor.stylizer

Definition at line 1389 of file texteditor.py.

Property Documentation

◆ utf8_text

robotide.editor.texteditor.RobotDataEditor.utf8_text = property
static

Definition at line 1399 of file texteditor.py.


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