|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.trolltech.qt.internal.QSignalEmitterInternal
com.trolltech.qt.QSignalEmitter
com.trolltech.qt.QtJambiObject
com.trolltech.qt.core.QObject
com.trolltech.qt.gui.QAction
com.sibvisions.rad.ui.qt.ext.QVxCheckAction
public class QVxCheckAction
The QVxCheckAction is an extension of QAction which
is checkable and allows special check/uncheck icons.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.trolltech.qt.gui.QAction |
|---|
QAction.ActionEvent, QAction.MenuRole |
| Nested classes/interfaces inherited from class com.trolltech.qt.QtJambiObject |
|---|
QtJambiObject.QPrivateConstructor |
| Nested classes/interfaces inherited from class com.trolltech.qt.QSignalEmitter |
|---|
QSignalEmitter.AbstractSignal, QSignalEmitter.PrivateSignal0, QSignalEmitter.PrivateSignal1<A>, QSignalEmitter.PrivateSignal2<A,B>, QSignalEmitter.PrivateSignal3<A,B,C>, QSignalEmitter.PrivateSignal4<A,B,C,D>, QSignalEmitter.PrivateSignal5<A,B,C,D,E>, QSignalEmitter.PrivateSignal6<A,B,C,D,E,F>, QSignalEmitter.PrivateSignal7<A,B,C,D,E,F,G>, QSignalEmitter.PrivateSignal8<A,B,C,D,E,F,G,H>, QSignalEmitter.PrivateSignal9<A,B,C,D,E,F,G,H,I>, QSignalEmitter.Signal0, QSignalEmitter.Signal1<A>, QSignalEmitter.Signal2<A,B>, QSignalEmitter.Signal3<A,B,C>, QSignalEmitter.Signal4<A,B,C,D>, QSignalEmitter.Signal5<A,B,C,D,E>, QSignalEmitter.Signal6<A,B,C,D,E,F>, QSignalEmitter.Signal7<A,B,C,D,E,F,G>, QSignalEmitter.Signal8<A,B,C,D,E,F,G,H>, QSignalEmitter.Signal9<A,B,C,D,E,F,G,H,I> |
| Nested classes/interfaces inherited from class com.trolltech.qt.internal.QSignalEmitterInternal |
|---|
com.trolltech.qt.internal.QSignalEmitterInternal.AbstractSignalInternal |
| Field Summary |
|---|
| Fields inherited from class com.trolltech.qt.gui.QAction |
|---|
changed, hovered, toggled, triggered |
| Fields inherited from class com.trolltech.qt.internal.QSignalEmitterInternal |
|---|
currentSender |
| Constructor Summary | |
|---|---|
QVxCheckAction(QObject pParent)
Constructs an action with parent. |
|
QVxCheckAction(String pText,
QObject pParent)
Constructs an action with some text and parent. |
|
| Method Summary | |
|---|---|
QIcon |
checkIcon()
Gets the icon which will be displayed when the action was checked. |
void |
setCheckIcon(QIcon pIcon)
Sets the icon to display when the action was checked. |
void |
setCheckIcon(QPixmap pIcon)
Sets the icon to display when the action was checked. |
void |
setUncheckIcon(QIcon pIcon)
Sets the icon to display when the action was checked. |
void |
setUncheckIcon(QPixmap pIcon)
Sets the icon to display when the action was unchecked. |
QIcon |
uncheckIcon()
Gets the icon which will be displayed when the action was unchecked. |
void |
updateIcon(Boolean pChecked)
Updates the icon dependent of the checked state. |
| Methods inherited from class com.trolltech.qt.gui.QAction |
|---|
__qt_signalInitialization, actionGroup, activate, associatedGraphicsWidgets, associatedWidgets, autoRepeat, data, event, font, fromNativePointer, hover, icon, iconText, isCheckable, isChecked, isEnabled, isIconVisibleInMenu, isSeparator, isVisible, menu, menuRole, parentWidget, setActionGroup, setAutoRepeat, setCheckable, setChecked, setData, setDisabled, setEnabled, setFont, setIcon, setIcon, setIconText, setIconVisibleInMenu, setMenu, setMenuRole, setSeparator, setShortcut, setShortcut, setShortcut, setShortcutContext, setShortcuts, setShortcuts, setStatusTip, setText, setToolTip, setVisible, setWhatsThis, shortcut, shortcutContext, shortcuts, showStatusText, showStatusText, statusTip, text, toggle, toolTip, trigger, whatsThis |
| Methods inherited from class com.trolltech.qt.core.QObject |
|---|
blockSignals, childEvent, children, connectSlotsByName, customEvent, disposeLater, dumpObjectInfo, dumpObjectTree, dynamicPropertyNames, eventFilter, findChild, findChild, findChild, findChildren, findChildren, findChildren, findChildren, indexOfProperty, installEventFilter, isWidgetType, killTimer, moveToThread, objectName, parent, properties, property, removeEventFilter, setObjectName, setParent, setProperty, signalsBlocked, startTimer, thread, timerEvent, toString, userProperty |
| Methods inherited from class com.trolltech.qt.QtJambiObject |
|---|
disableGarbageCollection, dispose, disposed, equals, finalize, nativeId, nativePointer, reassignNativeResources, reenableGarbageCollection, setJavaOwnership, tr, tr, tr |
| Methods inherited from class com.trolltech.qt.QSignalEmitter |
|---|
disconnect, disconnect, signalSender |
| Methods inherited from class java.lang.Object |
|---|
clone, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public QVxCheckAction(QObject pParent)
pParent - the parent
public QVxCheckAction(String pText,
QObject pParent)
pText - the textpParent - the parent| Method Detail |
|---|
public void setUncheckIcon(QPixmap pIcon)
pIcon - the icon as pixmappublic void setUncheckIcon(QIcon pIcon)
pIcon - the iconpublic QIcon uncheckIcon()
public void setCheckIcon(QPixmap pIcon)
pIcon - the icon as pixmappublic void setCheckIcon(QIcon pIcon)
pIcon - the check iconpublic QIcon checkIcon()
public void updateIcon(Boolean pChecked)
pChecked - true if the action is checked, otherwise false
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||