|
|||||||||
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.QStyleOptionComplex
com.trolltech.qt.gui.QStyleOptionSpinBox
public class QStyleOptionSpinBox
The QStyleOptionSpinBox
class is used to describe the parameters necessary for drawing a spin box. QStyleOptionSpinBox
contains all the information that QStyle
functions need to draw QSpinBox
and QDateTimeEdit
.
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 QStyleOptionComplex
.
Nested Class Summary | |
---|---|
static class |
QStyleOptionSpinBox.StyleOptionType
This enum is used to hold information about the type of the style option, and is defined for each QStyleOption subclass. |
static class |
QStyleOptionSpinBox.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.QSignalEmitter |
---|
QSignalEmitter.AbstractSignal, QSignalEmitter.Signal0, QSignalEmitter.Signal1, QSignalEmitter.Signal2, QSignalEmitter.Signal3, QSignalEmitter.Signal4, QSignalEmitter.Signal5, QSignalEmitter.Signal6, QSignalEmitter.Signal7, QSignalEmitter.Signal8, QSignalEmitter.Signal9 |
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 | |
---|---|
QStyleOptionSpinBox()
Constructs a QStyleOptionSpinBox , initializing the members variables to their default values. |
|
QStyleOptionSpinBox(QStyleOptionSpinBox other)
Constructs a copy of the other style option. |
Method Summary | |
---|---|
QAbstractSpinBox.ButtonSymbols |
buttonSymbols()
This variable holds the type of button symbols to draw for the spin box. |
QStyleOptionSpinBox |
clone()
This method is reimplemented for internal reasons |
boolean |
frame()
This variable holds whether the spin box has a frame. |
void |
setButtonSymbols(QAbstractSpinBox.ButtonSymbols buttonSymbols)
This variable holds the type of button symbols to draw for the spin box. |
void |
setFrame(boolean frame)
This variable holds whether the spin box has a frame. |
void |
setStepEnabled(QAbstractSpinBox.StepEnabled stepEnabled)
This variable holds which buttons of the spin box that are enabled. |
QAbstractSpinBox.StepEnabled |
stepEnabled()
This variable holds which buttons of the spin box that are enabled. |
Methods inherited from class com.trolltech.qt.gui.QStyleOptionComplex |
---|
activeSubControls, setActiveSubControls, setSubControls, subControls |
Methods inherited from class com.trolltech.qt.gui.QStyleOption |
---|
direction, fontMetrics, initFrom, palette, rect, setDirection, setFontMetrics, setPalette, setRect, 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 QStyleOptionSpinBox()
QStyleOptionSpinBox
, initializing the members variables to their default values.
public QStyleOptionSpinBox(QStyleOptionSpinBox other)
Method Detail |
---|
public final void setStepEnabled(QAbstractSpinBox.StepEnabled stepEnabled)
QAbstractSpinBox::StepNone
.
public final QAbstractSpinBox.StepEnabled stepEnabled()
QAbstractSpinBox::StepNone
.
public final void setButtonSymbols(QAbstractSpinBox.ButtonSymbols buttonSymbols)
QAbstractSpinBox::UpDownArrows
specufying little arrows in the classic style. QAbstractSpinBox::ButtonSymbols
.
public final QAbstractSpinBox.ButtonSymbols buttonSymbols()
QAbstractSpinBox::UpDownArrows
specufying little arrows in the classic style. QAbstractSpinBox::ButtonSymbols
.
public final void setFrame(boolean frame)
public final boolean frame()
public QStyleOptionSpinBox clone()
clone
in class QStyleOptionComplex
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |