Package client :: Module Actions :: Class Action
[hide private]
[frames] | no frames]

Class Action

source code


Overview

Action reimplements QAction for the purpose of DockWidgets. Actions will automatically have their triggers connected to their corresponding DockWidget

Nested Classes [hide private]

Inherited from PyQt4.QtGui.QAction: ActionEvent, MenuRole

Instance Methods [hide private]
 
__init__(self, icon, name, bridge, object=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
toggleEnabled(self) source code
 
ShowWidget(self) source code

Inherited from PyQt4.QtGui.QAction: actionGroup, activate, associatedWidgets, autoRepeat, childEvent, connectNotify, customEvent, data, disconnectNotify, event, font, hover, icon, iconText, isCheckable, isChecked, isEnabled, isSeparator, isVisible, menu, menuRole, parentWidget, receivers, sender, setActionGroup, setAutoRepeat, setCheckable, setChecked, setData, setDisabled, setEnabled, setFont, setIcon, setIconText, setMenu, setMenuRole, setSeparator, setShortcut, setShortcutContext, setShortcuts, setStatusTip, setText, setToolTip, setVisible, setWhatsThis, shortcut, shortcutContext, shortcuts, showStatusText, statusTip, text, timerEvent, toggle, toolTip, trigger, whatsThis

Inherited from PyQt4.QtCore.QObject: blockSignals, children, connect, deleteLater, disconnect, dumpObjectInfo, dumpObjectTree, dynamicPropertyNames, emit, eventFilter, findChild, findChildren, inherits, installEventFilter, isWidgetType, killTimer, metaObject, moveToThread, objectName, parent, property, removeEventFilter, setObjectName, setParent, setProperty, signalsBlocked, startTimer, thread, tr, trUtf8

Inherited from sip.wrapper: __delattr__, __getattribute__, __new__, __setattr__

Inherited from object: __hash__, __reduce__, __reduce_ex__, __repr__, __str__

Class Variables [hide private]

Inherited from PyQt4.QtGui.QAction: AboutQtRole, AboutRole, ApplicationSpecificRole, Hover, NoRole, PreferencesRole, QuitRole, TextHeuristicRole, Trigger

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, icon, name, bridge, object=None)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)