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

Used to create separators to menus. More...

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

Public Member Functions

def __init__ (self, menu_name)
 Initializes information needed to add separators to menus. More...
 
def is_separator (self)
 
- Public Member Functions inherited from robotide.action.actioninfo.MenuInfo
def __init__ (self)
 
def set_menu_position (self, before=None, after=None)
 Sets the position of this menu entry. More...
 

Public Attributes

 menu_name
 
- Public Attributes inherited from robotide.action.actioninfo.MenuInfo
 insertion_point
 

Detailed Description

Used to create separators to menus.

Definition at line 262 of file actioninfo.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.action.actioninfo.SeparatorInfo.__init__ (   self,
  menu_name 
)

Initializes information needed to add separators to menus.

    :Parameters:
      menu_name
        The name of the menu where the separator will be added. If menu does
        not exist, it is created automatically.

Definition at line 271 of file actioninfo.py.

Member Function Documentation

◆ is_separator()

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

Reimplemented from robotide.action.actioninfo.MenuInfo.

Definition at line 275 of file actioninfo.py.

Member Data Documentation

◆ menu_name

robotide.action.actioninfo.SeparatorInfo.menu_name

Definition at line 273 of file actioninfo.py.


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