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

Public Member Functions

def __init__ (self, plugin)
 
def hide_editor (self)
 
def OnCommentCells (self, event)
 
def OnCommentRows (self, event)
 
def OnContentAssistance (self, event)
 
def OnCopy (self, event)
 
def OnCut (self, event)
 
def OnDelete (self, event)
 
def OnDeleteCells (self, event)
 
def OnDeleteRows (self, event)
 
def OnInsert (self, event)
 
def OnInsertCells (self, event)
 
def OnInsertRows (self, event)
 
def OnKey (self, *args)
 
def OnPaste (self, event)
 
def OnRedo (self, event)
 
def OnSave (self, event)
 
def OnUncommentCells (self, event)
 
def OnUncommentRows (self, event)
 
def OnUndo (self, event)
 
def save (self, message=None)
 
def show_editor (self, editor)
 

Public Attributes

 editor
 
 plugin
 
 sizer
 

Detailed Description

Definition at line 160 of file __init__.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.editor._EditorTab.__init__ (   self,
  plugin 
)

Definition at line 162 of file __init__.py.

Member Function Documentation

◆ hide_editor()

def robotide.editor._EditorTab.hide_editor (   self)

Definition at line 188 of file __init__.py.

◆ OnCommentCells()

def robotide.editor._EditorTab.OnCommentCells (   self,
  event 
)

Definition at line 234 of file __init__.py.

◆ OnCommentRows()

def robotide.editor._EditorTab.OnCommentRows (   self,
  event 
)

Definition at line 228 of file __init__.py.

◆ OnContentAssistance()

def robotide.editor._EditorTab.OnContentAssistance (   self,
  event 
)

Definition at line 240 of file __init__.py.

◆ OnCopy()

def robotide.editor._EditorTab.OnCopy (   self,
  event 
)

Definition at line 203 of file __init__.py.

◆ OnCut()

def robotide.editor._EditorTab.OnCut (   self,
  event 
)

Definition at line 200 of file __init__.py.

◆ OnDelete()

def robotide.editor._EditorTab.OnDelete (   self,
  event 
)

Definition at line 225 of file __init__.py.

◆ OnDeleteCells()

def robotide.editor._EditorTab.OnDeleteCells (   self,
  event 
)

Definition at line 215 of file __init__.py.

◆ OnDeleteRows()

def robotide.editor._EditorTab.OnDeleteRows (   self,
  event 
)

Definition at line 222 of file __init__.py.

◆ OnInsert()

def robotide.editor._EditorTab.OnInsert (   self,
  event 
)

Definition at line 209 of file __init__.py.

◆ OnInsertCells()

def robotide.editor._EditorTab.OnInsertCells (   self,
  event 
)

Definition at line 212 of file __init__.py.

◆ OnInsertRows()

def robotide.editor._EditorTab.OnInsertRows (   self,
  event 
)

Definition at line 219 of file __init__.py.

◆ OnKey()

def robotide.editor._EditorTab.OnKey (   self,
args 
)

Definition at line 247 of file __init__.py.

◆ OnPaste()

def robotide.editor._EditorTab.OnPaste (   self,
  event 
)

Definition at line 206 of file __init__.py.

◆ OnRedo()

def robotide.editor._EditorTab.OnRedo (   self,
  event 
)

Definition at line 197 of file __init__.py.

◆ OnSave()

def robotide.editor._EditorTab.OnSave (   self,
  event 
)

Definition at line 191 of file __init__.py.

◆ OnUncommentCells()

def robotide.editor._EditorTab.OnUncommentCells (   self,
  event 
)

Definition at line 237 of file __init__.py.

◆ OnUncommentRows()

def robotide.editor._EditorTab.OnUncommentRows (   self,
  event 
)

Definition at line 231 of file __init__.py.

◆ OnUndo()

def robotide.editor._EditorTab.OnUndo (   self,
  event 
)

Definition at line 194 of file __init__.py.

◆ save()

def robotide.editor._EditorTab.save (   self,
  message = None 
)

Definition at line 243 of file __init__.py.

◆ show_editor()

def robotide.editor._EditorTab.show_editor (   self,
  editor 
)

Definition at line 176 of file __init__.py.

Member Data Documentation

◆ editor

robotide.editor._EditorTab.editor

Definition at line 174 of file __init__.py.

◆ plugin

robotide.editor._EditorTab.plugin

Definition at line 164 of file __init__.py.

◆ sizer

robotide.editor._EditorTab.sizer

Definition at line 165 of file __init__.py.


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