com.trolltech.qt.gui
Class QStyleOptionSizeGrip
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.QStyleOptionComplex
com.trolltech.qt.gui.QStyleOptionSizeGrip
- All Implemented Interfaces:
- QtJambiInterface, java.lang.Cloneable
public class QStyleOptionSizeGrip
- extends QStyleOptionComplex
- implements java.lang.Cloneable
The QStyleOptionSizeGrip
class is used to describe the parameter for drawing a size grip. QStyleOptionButton
contains all the information that QStyle
functions need to draw QSizeGrip
.
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.
See also:
QStyleOption
, QStyleOptionComplex
, and QSizeGrip
.
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 |
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, 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 |
QStyleOptionSizeGrip
public QStyleOptionSizeGrip()
- Constructs a
QStyleOptionSizeGrip
.
QStyleOptionSizeGrip
public QStyleOptionSizeGrip(QStyleOptionSizeGrip other)
- Constructs a copy of the other style option.
setCorner
public final void setCorner(Qt.Corner corner)
- The corner in which the size grip is located.
corner
public final Qt.Corner corner()
- The corner in which the size grip is located.
clone
public QStyleOptionSizeGrip clone()
- This method is reimplemented for internal reasons
- Overrides:
clone
in class QStyleOptionComplex