com.trolltech.qt.gui
Class QStyleOptionFrameV3
java.lang.Object
com.trolltech.qt.internal.QSignalEmitterInternal
com.trolltech.qt.QSignalEmitter
com.trolltech.qt.QtJambiObject
com.trolltech.qt.gui.QStyleOption
com.trolltech.qt.gui.QStyleOptionFrame
com.trolltech.qt.gui.QStyleOptionFrameV2
com.trolltech.qt.gui.QStyleOptionFrameV3
- All Implemented Interfaces:
- QtJambiInterface, java.lang.Cloneable
public class QStyleOptionFrameV3
- extends QStyleOptionFrameV2
- implements java.lang.Cloneable
The QStyleOptionFrameV3 class is used to describe the parameters necessary for drawing a frame in Qt 4. or above. QStyleOptionFrameV3 inherits QStyleOptionFrameV2
An instance of the QStyleOptionFrameV3 class has typeSO_Frame
and version 3. The type is used internally by QStyleOption
, its subclasses, and qstyleoption_cast() to determine the type of style option. In general you do not need to worry about this unless you want to create your own QStyleOption
subclass and your own styles. The version is used by QStyleOption
subclasses to implement extensions without breaking compatibility. If you use qstyleoption_cast(), you normally do not need to check it.
See also:
QStyleOptionFrameV2
, and QStyleOption
.
Nested classes/interfaces inherited from class com.trolltech.qt.QSignalEmitter |
QSignalEmitter.AbstractSignal, QSignalEmitter.PrivateSignal0, QSignalEmitter.PrivateSignal1, QSignalEmitter.PrivateSignal2, QSignalEmitter.PrivateSignal3, QSignalEmitter.PrivateSignal4, QSignalEmitter.PrivateSignal5, QSignalEmitter.PrivateSignal6, QSignalEmitter.PrivateSignal7, QSignalEmitter.PrivateSignal8, QSignalEmitter.PrivateSignal9, 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 |
Fields inherited from class com.trolltech.qt.internal.QSignalEmitterInternal |
currentSender |
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.internal.QSignalEmitterInternal |
__qt_signalInitialization |
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QStyleOptionFrameV3
public QStyleOptionFrameV3()
- Constructs a QStyleOptionFrameV3 object.
QStyleOptionFrameV3
public QStyleOptionFrameV3(QStyleOptionFrame other)
- Constructs a QStyleOptionFrameV3 copy of the other style option which can be either of the QStyleOptionFrameV3 or
QStyleOptionFrame
types. If the other style option's version is 1, the new style option's FrameFeature
value is set to QStyleOptionFrameV2::None
. If its version is 2 or lower, QStyleOptionFrameV3::frameShape value is QFrame::NoFrame
- See also:
- version.
QStyleOptionFrameV3
public QStyleOptionFrameV3(QStyleOptionFrameV3 other)
- Constructs a QStyleOptionFrameV3 copy of the other style option.
setFrameShape
public final void setFrameShape(QFrame.Shape frameShape)
- This variable holds This property holds the frame shape value of the frame.
- See also:
QFrame::frameShape
.
frameShape
public final QFrame.Shape frameShape()
- This variable holds This property holds the frame shape value of the frame.
- See also:
QFrame::frameShape
.
setUnused
public final void setUnused(int unused)
unused
public final int unused()
clone
public QStyleOptionFrameV3 clone()
- This method is reimplemented for internal reasons
- Overrides:
clone
in class QStyleOptionFrameV2