Module implementing an Action class substituting QAction.
This substitution is neccessary in order to support alternate keyboard shortcuts.
ArgumentsError | Class implementing an exception, which is raised, if the wrong number of arguments are given. |
E3Action | Class implementing an Action class substituting QAction. |
E3ActionGroup | Class implementing an ActionGroup class substituting QActionGroup. |
None |
Class implementing an exception, which is raised, if the wrong number of arguments are given.
ArgumentsError | Constructor |
__repr__ | Private method returning a representation of the exception. |
__str__ | Private method returning a string representation of the exception. |
Constructor
Private method returning a representation of the exception.
Private method returning a string representation of the exception.
Class implementing an Action class substituting QAction.
E3Action | Constructor |
accel | Public method to retrieve the accelerator. |
addTo | Public method to add this action to a widget. |
alternateAccel | Public method to retrieve the alternative accelerator. |
connectIt | Public method to connect signals of the action to a receiver. |
isOn | Public slot to retrieve the toggle status. |
mapIt | Public method to set a mapping for the action. |
menuText | Public method to retrieve the actions menu text. |
setAccel | Public slot to set the accelerator. |
setAlternateAccel | Public slot to set the alternative accelerator. |
setEnabled | Public slot to set the enabled status. |
setIconSet | Public slot to set the icon set. |
setOn | Public slot to set the toggle status. |
setStatusTip | Public slot to set the text of the status tip. |
setWhatsThis | Public slot to set the text of the What's This help. |
statusTip | Public method to retrieve the text for the status tip. |
text | Public method to retrieve the actions text. |
whatsThis | Public method to retrieve the text for the What's This help. |
Constructor
Public method to retrieve the accelerator.
Public method to add this action to a widget.
Public method to retrieve the alternative accelerator.
Public method to connect signals of the action to a receiver.
Public slot to retrieve the toggle status.
Public method to set a mapping for the action.
Public method to retrieve the actions menu text.
Public slot to set the accelerator.
Public slot to set the alternative accelerator.
Public slot to set the enabled status.
Public slot to set the icon set.
Public slot to set the toggle status.
Public slot to set the text of the status tip.
Public slot to set the text of the What's This help.
Public method to retrieve the text for the status tip.
Public method to retrieve the actions text.
Public method to retrieve the text for the What's This help.
Class implementing an ActionGroup class substituting QActionGroup.
E3ActionGroup | Constructor |
addTo | Public method to add this action group to a widget. |
getActionGroups | Public method to retrieve the underlying action group objects. |
getAlternateActionGroup | Public method to retrieve the alternative action group object. |
getMainActionGroup | Public method to retrieve the primary action group object. |
setEnabled | Public slot to set the enabled status. |
Constructor
Public method to add this action group to a widget.
Public method to retrieve the underlying action group objects.
Public method to retrieve the alternative action group object.
Public method to retrieve the primary action group object.
Public slot to set the enabled status.