|
|||||||||
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.gui.QStyleOption
com.trolltech.qt.gui.QStyleOptionButton
public class QStyleOptionButton
The QStyleOptionButton class is used to describe the parameters for drawing buttons. QStyleOptionButton contains all the information that QStyle
functions need to draw graphical elements like QPushButton
, QCheckBox
, and QRadioButton
.
For performance reasons, the access to the member variables is direct (i.e., using the . or -> operator). This low-level feel makes the structures straightforward to use and emphasizes that these are simply parameters used by the style functions.
For an example demonstrating how style options can be used, see the Styles example.
QStyleOption
, and QStyleOptionToolButton
.
Nested Class Summary | |
---|---|
static class |
QStyleOptionButton.ButtonFeature
This enum describes the different types of features a push button can have. |
static class |
QStyleOptionButton.ButtonFeatures
|
static class |
QStyleOptionButton.StyleOptionType
This enum is used to hold information about the type of the style option, and is defined for each QStyleOption subclass. |
static class |
QStyleOptionButton.StyleOptionVersion
This enum is used to hold information about the version of the style option, and is defined for each QStyleOption subclass. |
Nested classes/interfaces inherited from class com.trolltech.qt.gui.QStyleOption |
---|
QStyleOption.OptionType |
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.internal.QSignalEmitterInternal |
---|
currentSender |
Constructor Summary | |
---|---|
QStyleOptionButton()
Constructs a QStyleOptionButton, initializing the members variables to their default values. |
|
QStyleOptionButton(QStyleOptionButton other)
Constructs a copy of the other style option. |
Method Summary | |
---|---|
QStyleOptionButton |
clone()
This method is reimplemented for internal reasons |
QStyleOptionButton.ButtonFeatures |
features()
This variable holds a bitwise OR of the features that describe this button. |
QIcon |
icon()
This variable holds the icon of the button. |
QSize |
iconSize()
This variable holds the size of the icon for the button. |
void |
setFeatures(QStyleOptionButton.ButtonFeature[] features)
|
void |
setFeatures(QStyleOptionButton.ButtonFeatures features)
This variable holds a bitwise OR of the features that describe this button. |
void |
setIcon(QIcon icon)
This variable holds the icon of the button. |
void |
setIconSize(QSize iconSize)
This variable holds the size of the icon for the button. |
void |
setText(java.lang.String text)
This variable holds the text of the button. |
java.lang.String |
text()
This variable holds the text of the button. |
Methods inherited from class com.trolltech.qt.gui.QStyleOption |
---|
direction, fontMetrics, initFrom, palette, rect, setDirection, setFontMetrics, setPalette, setRect, setState, setState, setType, setVersion, state, type, version |
Methods inherited from class com.trolltech.qt.QtJambiObject |
---|
dispose, disposed, equals, finalize, reassignNativeResources, tr, tr, tr |
Methods inherited from class com.trolltech.qt.QSignalEmitter |
---|
blockSignals, disconnect, disconnect, signalsBlocked, signalSender, thread |
Methods inherited from class com.trolltech.qt.internal.QSignalEmitterInternal |
---|
__qt_signalInitialization |
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.trolltech.qt.QtJambiInterface |
---|
disableGarbageCollection, nativeId, nativePointer, reenableGarbageCollection, setJavaOwnership |
Constructor Detail |
---|
public QStyleOptionButton()
public QStyleOptionButton(QStyleOptionButton other)
Method Detail |
---|
public final void setIconSize(QSize iconSize)
QSize
(-1, -1), i.e. an invalid size.
public final QSize iconSize()
QSize
(-1, -1), i.e. an invalid size.
public final void setFeatures(QStyleOptionButton.ButtonFeature[] features)
public final void setFeatures(QStyleOptionButton.ButtonFeatures features)
ButtonFeature
.
public final QStyleOptionButton.ButtonFeatures features()
ButtonFeature
.
public final void setIcon(QIcon icon)
public final QIcon icon()
public final void setText(java.lang.String text)
public final java.lang.String text()
public QStyleOptionButton clone()
clone
in class QStyleOption
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |