Robot Framework Integrated Development Environment (RIDE)
robotide.ui.actiontriggers.ActionDelegator Class Reference

Public Member Functions

def __call__ (self, event)
 
def __init__ (self, frame, shortcut=None)
 
def add (self, action)
 
def is_active (self)
 
def remove (self, action)
 Removes action and returns True if delegator is empty. More...
 

Public Attributes

 id
 
 shortcut
 

Private Attributes

 _actions
 
 _frame
 

Detailed Description

Definition at line 308 of file actiontriggers.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.ui.actiontriggers.ActionDelegator.__init__ (   self,
  frame,
  shortcut = None 
)

Definition at line 310 of file actiontriggers.py.

Member Function Documentation

◆ __call__()

def robotide.ui.actiontriggers.ActionDelegator.__call__ (   self,
  event 
)

Definition at line 335 of file actiontriggers.py.

◆ add()

def robotide.ui.actiontriggers.ActionDelegator.add (   self,
  action 
)

Definition at line 316 of file actiontriggers.py.

◆ is_active()

def robotide.ui.actiontriggers.ActionDelegator.is_active (   self)

Definition at line 329 of file actiontriggers.py.

◆ remove()

def robotide.ui.actiontriggers.ActionDelegator.remove (   self,
  action 
)

Removes action and returns True if delegator is empty.

Definition at line 322 of file actiontriggers.py.

Member Data Documentation

◆ _actions

robotide.ui.actiontriggers.ActionDelegator._actions
private

Definition at line 314 of file actiontriggers.py.

◆ _frame

robotide.ui.actiontriggers.ActionDelegator._frame
private

Definition at line 311 of file actiontriggers.py.

◆ id

robotide.ui.actiontriggers.ActionDelegator.id

Definition at line 313 of file actiontriggers.py.

◆ shortcut

robotide.ui.actiontriggers.ActionDelegator.shortcut

Definition at line 312 of file actiontriggers.py.


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