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

Public Member Functions

def __init__ (self, frame, toolbar, action)
 
def enabled_status_changed (self, action)
 
def register (self, action)
 
def unregister (self, action)
 

Public Attributes

 icon
 
 id
 

Private Attributes

 _action_delegator
 
 _toolbar
 

Detailed Description

Definition at line 254 of file actiontriggers.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.ui.actiontriggers.ToolBarButton.__init__ (   self,
  frame,
  toolbar,
  action 
)

Definition at line 256 of file actiontriggers.py.

Member Function Documentation

◆ enabled_status_changed()

def robotide.ui.actiontriggers.ToolBarButton.enabled_status_changed (   self,
  action 
)

Definition at line 271 of file actiontriggers.py.

◆ register()

def robotide.ui.actiontriggers.ToolBarButton.register (   self,
  action 
)

Definition at line 262 of file actiontriggers.py.

◆ unregister()

def robotide.ui.actiontriggers.ToolBarButton.unregister (   self,
  action 
)

Definition at line 267 of file actiontriggers.py.

Member Data Documentation

◆ _action_delegator

robotide.ui.actiontriggers.ToolBarButton._action_delegator
private

Definition at line 259 of file actiontriggers.py.

◆ _toolbar

robotide.ui.actiontriggers.ToolBarButton._toolbar
private

Definition at line 257 of file actiontriggers.py.

◆ icon

robotide.ui.actiontriggers.ToolBarButton.icon

Definition at line 258 of file actiontriggers.py.

◆ id

robotide.ui.actiontriggers.ToolBarButton.id

Definition at line 260 of file actiontriggers.py.


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