Robot Framework Integrated Development Environment (RIDE)
robotide.action.actioninfo._InsertionPoint Class Reference

Public Member Functions

def __init__ (self, before=None, after=None)
 
def get_index (self, menu)
 

Private Member Functions

def _find_position_in_menu (self, menu)
 
def _get_menu_item_name (self, item)
 

Private Attributes

 _insert_before
 
 _item
 

Static Private Attributes

 _shortcut_remover
 

Detailed Description

Definition at line 279 of file actioninfo.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.action.actioninfo._InsertionPoint.__init__ (   self,
  before = None,
  after = None 
)

Definition at line 285 of file actioninfo.py.

Member Function Documentation

◆ _find_position_in_menu()

def robotide.action.actioninfo._InsertionPoint._find_position_in_menu (   self,
  menu 
)
private

Definition at line 299 of file actioninfo.py.

◆ _get_menu_item_name()

def robotide.action.actioninfo._InsertionPoint._get_menu_item_name (   self,
  item 
)
private

Definition at line 306 of file actioninfo.py.

◆ get_index()

def robotide.action.actioninfo._InsertionPoint.get_index (   self,
  menu 
)

Definition at line 289 of file actioninfo.py.

Member Data Documentation

◆ _insert_before

robotide.action.actioninfo._InsertionPoint._insert_before
private

Definition at line 287 of file actioninfo.py.

◆ _item

robotide.action.actioninfo._InsertionPoint._item
private

Definition at line 286 of file actioninfo.py.

◆ _shortcut_remover

robotide.action.actioninfo._InsertionPoint._shortcut_remover
staticprivate

Definition at line 283 of file actioninfo.py.


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