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

Base class for ActionInfo and SeparatorInfo. More...

Inheritance diagram for robotide.action.actioninfo.MenuInfo:
robotide.action.actioninfo.ActionInfo robotide.action.actioninfo.SeparatorInfo

Public Member Functions

def __init__ (self)
 
def is_separator (self)
 
def set_menu_position (self, before=None, after=None)
 Sets the position of this menu entry. More...
 

Public Attributes

 insertion_point
 

Detailed Description

Base class for ActionInfo and SeparatorInfo.

Definition at line 152 of file actioninfo.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.action.actioninfo.MenuInfo.__init__ (   self)

Definition at line 154 of file actioninfo.py.

Member Function Documentation

◆ is_separator()

def robotide.action.actioninfo.MenuInfo.is_separator (   self)

Reimplemented in robotide.action.actioninfo.SeparatorInfo.

Definition at line 157 of file actioninfo.py.

◆ set_menu_position()

def robotide.action.actioninfo.MenuInfo.set_menu_position (   self,
  before = None,
  after = None 
)

Sets the position of this menu entry.

    :Parameters:
      before
        Place this menu entry before the specified entry.
      after
        Place this menu entry after the specified entry.

    Use either ``before`` or ``after`` and give the name without the
    possible shortcut.

Definition at line 171 of file actioninfo.py.

Member Data Documentation

◆ insertion_point

robotide.action.actioninfo.MenuInfo.insertion_point

Definition at line 155 of file actioninfo.py.


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