|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Enum
com.trolltech.qt.gui.QDockWidget.DockWidgetFeature
public static final class QDockWidget.DockWidgetFeature
| Field Summary | |
|---|---|
static QDockWidget.DockWidgetFeature |
AllDockWidgetFeatures
(Deprecated) The dock widget can be closed, moved, and floated. |
static QDockWidget.DockWidgetFeature |
DockWidgetClosable
The dock widget can be closed. |
static QDockWidget.DockWidgetFeature |
DockWidgetFeatureMask
|
static QDockWidget.DockWidgetFeature |
DockWidgetFloatable
The dock widget can be detached from the main window, and floated as an independent window. |
static QDockWidget.DockWidgetFeature |
DockWidgetMovable
The dock widget can be moved between docks by the user. |
static QDockWidget.DockWidgetFeature |
DockWidgetVerticalTitleBar
The dock widget displays a vertical title bar on its left side. |
static QDockWidget.DockWidgetFeature |
NoDockWidgetFeatures
The dock widget cannot be closed, moved, or floated. |
static QDockWidget.DockWidgetFeature |
Reserved
|
| Method Summary | |
|---|---|
static QDockWidget.DockWidgetFeatures |
createQFlags(QDockWidget.DockWidgetFeature[] values)
|
static QDockWidget.DockWidgetFeature |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QDockWidget.DockWidgetFeature |
valueOf(java.lang.String name)
|
static QDockWidget.DockWidgetFeature[] |
values()
|
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final QDockWidget.DockWidgetFeature DockWidgetClosable
public static final QDockWidget.DockWidgetFeature DockWidgetMovable
public static final QDockWidget.DockWidgetFeature DockWidgetFloatable
public static final QDockWidget.DockWidgetFeature DockWidgetVerticalTitleBar
QMainWindow.
public static final QDockWidget.DockWidgetFeature DockWidgetFeatureMask
public static final QDockWidget.DockWidgetFeature AllDockWidgetFeatures
public static final QDockWidget.DockWidgetFeature NoDockWidgetFeatures
public static final QDockWidget.DockWidgetFeature Reserved
| Method Detail |
|---|
public static QDockWidget.DockWidgetFeature[] values()
public static QDockWidget.DockWidgetFeature valueOf(java.lang.String name)
public int value()
value in interface QtEnumeratorpublic static QDockWidget.DockWidgetFeatures createQFlags(QDockWidget.DockWidgetFeature[] values)
public static QDockWidget.DockWidgetFeature resolve(int value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||