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

Public Member Functions

def __init__ (self, plugin, controller)
 
def ApplyEdit (self, row, col, grid)
 
def BeginEdit (self, row, col, grid)
 
def Clone (self)
 
def Create (self, parent, id, evthandler)
 
def EndEdit (self, row, col, grid, *ignored)
 
def execute_enclose_text (self, keycode)
 
def execute_sharp_comment (self)
 
def execute_sharp_uncomment (self)
 
def execute_variable_creator (self, list_variable=False, dict_variable=False)
 
def Reset (self)
 
def SetHeight (self, height)
 
def SetSize (self, rect)
 
def show_content_assist (self, args=None)
 
def StartingKey (self, event)
 

Public Attributes

 color_background_help
 
 color_foreground_text
 
 general_settings
 
 settings
 

Private Member Functions

def _get_value (self)
 

Private Attributes

 _controller
 
 _counter
 
 _grid
 
 _height
 
 _original_value
 
 _plugin
 
 _tc
 
 _value
 

Detailed Description

Definition at line 998 of file kweditor.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.editor.kweditor.ContentAssistCellEditor.__init__ (   self,
  plugin,
  controller 
)

Definition at line 1000 of file kweditor.py.

Member Function Documentation

◆ _get_value()

def robotide.editor.kweditor.ContentAssistCellEditor._get_value (   self)
private

Definition at line 1076 of file kweditor.py.

◆ ApplyEdit()

def robotide.editor.kweditor.ContentAssistCellEditor.ApplyEdit (   self,
  row,
  col,
  grid 
)

Definition at line 1067 of file kweditor.py.

◆ BeginEdit()

def robotide.editor.kweditor.ContentAssistCellEditor.BeginEdit (   self,
  row,
  col,
  grid 
)

Definition at line 1044 of file kweditor.py.

◆ Clone()

def robotide.editor.kweditor.ContentAssistCellEditor.Clone (   self)

Definition at line 1097 of file kweditor.py.

◆ Create()

def robotide.editor.kweditor.ContentAssistCellEditor.Create (   self,
  parent,
  id,
  evthandler 
)

Definition at line 1031 of file kweditor.py.

◆ EndEdit()

def robotide.editor.kweditor.ContentAssistCellEditor.EndEdit (   self,
  row,
  col,
  grid,
ignored 
)

Definition at line 1056 of file kweditor.py.

◆ execute_enclose_text()

def robotide.editor.kweditor.ContentAssistCellEditor.execute_enclose_text (   self,
  keycode 
)

Definition at line 1022 of file kweditor.py.

◆ execute_sharp_comment()

def robotide.editor.kweditor.ContentAssistCellEditor.execute_sharp_comment (   self)

Definition at line 1025 of file kweditor.py.

◆ execute_sharp_uncomment()

def robotide.editor.kweditor.ContentAssistCellEditor.execute_sharp_uncomment (   self)

Definition at line 1028 of file kweditor.py.

◆ execute_variable_creator()

def robotide.editor.kweditor.ContentAssistCellEditor.execute_variable_creator (   self,
  list_variable = False,
  dict_variable = False 
)

Definition at line 1018 of file kweditor.py.

◆ Reset()

def robotide.editor.kweditor.ContentAssistCellEditor.Reset (   self)

Definition at line 1080 of file kweditor.py.

◆ SetHeight()

def robotide.editor.kweditor.ContentAssistCellEditor.SetHeight (   self,
  height 
)

Definition at line 1041 of file kweditor.py.

◆ SetSize()

def robotide.editor.kweditor.ContentAssistCellEditor.SetSize (   self,
  rect 
)

Definition at line 1038 of file kweditor.py.

◆ show_content_assist()

def robotide.editor.kweditor.ContentAssistCellEditor.show_content_assist (   self,
  args = None 
)

Definition at line 1014 of file kweditor.py.

◆ StartingKey()

def robotide.editor.kweditor.ContentAssistCellEditor.StartingKey (   self,
  event 
)

Definition at line 1084 of file kweditor.py.

Member Data Documentation

◆ _controller

robotide.editor.kweditor.ContentAssistCellEditor._controller
private

Definition at line 1007 of file kweditor.py.

◆ _counter

robotide.editor.kweditor.ContentAssistCellEditor._counter
private

Definition at line 1012 of file kweditor.py.

◆ _grid

robotide.editor.kweditor.ContentAssistCellEditor._grid
private

Definition at line 1008 of file kweditor.py.

◆ _height

robotide.editor.kweditor.ContentAssistCellEditor._height
private

Definition at line 1042 of file kweditor.py.

◆ _original_value

robotide.editor.kweditor.ContentAssistCellEditor._original_value
private

Definition at line 1009 of file kweditor.py.

◆ _plugin

robotide.editor.kweditor.ContentAssistCellEditor._plugin
private

Definition at line 1006 of file kweditor.py.

◆ _tc

robotide.editor.kweditor.ContentAssistCellEditor._tc
private

Definition at line 1011 of file kweditor.py.

◆ _value

robotide.editor.kweditor.ContentAssistCellEditor._value
private

Definition at line 1010 of file kweditor.py.

◆ color_background_help

robotide.editor.kweditor.ContentAssistCellEditor.color_background_help

Definition at line 1003 of file kweditor.py.

◆ color_foreground_text

robotide.editor.kweditor.ContentAssistCellEditor.color_foreground_text

Definition at line 1004 of file kweditor.py.

◆ general_settings

robotide.editor.kweditor.ContentAssistCellEditor.general_settings

Definition at line 1002 of file kweditor.py.

◆ settings

robotide.editor.kweditor.ContentAssistCellEditor.settings

Definition at line 1001 of file kweditor.py.


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