|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.trolltech.qt.QSignalEmitter
com.trolltech.qt.QtJambiObject
com.trolltech.qt.gui.QStyleOption
com.trolltech.qt.gui.QStyleOptionDockWidget
public class QStyleOptionDockWidget
The QStyleOptionDockWidget
class is used to describe the parameters for drawing a dock widget. QStyleOptionDockWidget
contains all the information that QStyle
functions need to draw graphical elements like QDockWidget
.
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
.
Nested Class Summary | |
---|---|
static class |
QStyleOptionDockWidget.StyleOptionType
This enum is used to hold information about the type of the style option, and is defined for each QStyleOption subclass. |
static class |
QStyleOptionDockWidget.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.Signal0, QSignalEmitter.Signal1, QSignalEmitter.Signal2, QSignalEmitter.Signal3, QSignalEmitter.Signal4, QSignalEmitter.Signal5, QSignalEmitter.Signal6, QSignalEmitter.Signal7, QSignalEmitter.Signal8, QSignalEmitter.Signal9 |
Constructor Summary | |
---|---|
QStyleOptionDockWidget()
Constructs a QStyleOptionDockWidget , initializing the member variables to their default values. |
|
QStyleOptionDockWidget(QStyleOptionDockWidget other)
Constructs a copy of the other style option. |
Method Summary | |
---|---|
QStyleOptionDockWidget |
clone()
This method is reimplemented for internal reasons |
boolean |
closable()
This variable holds whether the dock window is closable. |
boolean |
floatable()
This variable holds whether the dock window is floatable. |
static QStyleOptionDockWidget |
fromNativePointer(QNativePointer nativePointer)
|
boolean |
movable()
This variable holds whether the dock window is movable. |
static QNativePointer |
nativePointerArray(QStyleOptionDockWidget[] array)
|
void |
setClosable(boolean closable)
This variable holds whether the dock window is closable. |
void |
setFloatable(boolean floatable)
This variable holds whether the dock window is floatable. |
void |
setMovable(boolean movable)
This variable holds whether the dock window is movable. |
void |
setTitle(java.lang.String title)
This variable holds the title of the dock window. |
java.lang.String |
title()
This variable holds the title of the dock window. |
Methods inherited from class com.trolltech.qt.gui.QStyleOption |
---|
direction, fontMetrics, initFrom, nativePointerArray, 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 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 QStyleOptionDockWidget()
QStyleOptionDockWidget
, initializing the member variables to their default values.
public QStyleOptionDockWidget(QStyleOptionDockWidget other)
Method Detail |
---|
public final void setTitle(java.lang.String title)
public final java.lang.String title()
public final void setFloatable(boolean floatable)
public final boolean floatable()
public final void setClosable(boolean closable)
public final boolean closable()
public final void setMovable(boolean movable)
public final boolean movable()
public static QStyleOptionDockWidget fromNativePointer(QNativePointer nativePointer)
public static QNativePointer nativePointerArray(QStyleOptionDockWidget[] array)
public QStyleOptionDockWidget clone()
clone
in class QStyleOption
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |