|
|||||||||
| 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.QMdiSubWindow.SubWindowOption
public static final class QMdiSubWindow.SubWindowOption
This enum describes options that customize the behavior of QMdiSubWindow.
| Field Summary | |
|---|---|
static QMdiSubWindow.SubWindowOption |
AllowOutsideAreaHorizontally
|
static QMdiSubWindow.SubWindowOption |
AllowOutsideAreaVertically
|
static QMdiSubWindow.SubWindowOption |
RubberBandMove
If you enable this option, a rubber band control is used to represent the subwindow's outline, and the user moves this instead of the subwindow itself. |
static QMdiSubWindow.SubWindowOption |
RubberBandResize
If you enable this option, a rubber band control is used to represent the subwindow's outline, and the user resizes this instead of the subwindow itself. |
| Method Summary | |
|---|---|
static QMdiSubWindow.SubWindowOptions |
createQFlags(QMdiSubWindow.SubWindowOption[] values)
|
static QMdiSubWindow.SubWindowOption |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QMdiSubWindow.SubWindowOption |
valueOf(java.lang.String name)
|
static QMdiSubWindow.SubWindowOption[] |
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 QMdiSubWindow.SubWindowOption AllowOutsideAreaHorizontally
public static final QMdiSubWindow.SubWindowOption AllowOutsideAreaVertically
public static final QMdiSubWindow.SubWindowOption RubberBandResize
QResizeEvent. By default, this option is disabled.
public static final QMdiSubWindow.SubWindowOption RubberBandMove
QMoveEvent is sent to the window. By default, this option is disabled.
| Method Detail |
|---|
public static QMdiSubWindow.SubWindowOption[] values()
public static QMdiSubWindow.SubWindowOption valueOf(java.lang.String name)
public int value()
value in interface QtEnumeratorpublic static QMdiSubWindow.SubWindowOptions createQFlags(QMdiSubWindow.SubWindowOption[] values)
public static QMdiSubWindow.SubWindowOption resolve(int value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||