|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<QStyleOptionToolBoxV2.TabPosition>
com.trolltech.qt.gui.QStyleOptionToolBoxV2.TabPosition
public static enum QStyleOptionToolBoxV2.TabPosition
This enum describes tab positions relative to other tabs.
Enum Constant Summary | |
---|---|
Beginning
The tab is the first (i.e., top-most) tab in the toolbox. |
|
End
The tab is placed at the bottom of the toolbox. |
|
Middle
The tab is placed in the middle of the toolbox. |
|
OnlyOneTab
There is only one tab in the toolbox. |
Method Summary | |
---|---|
static QStyleOptionToolBoxV2.TabPosition |
resolve(int value)
|
int |
value()
|
static QStyleOptionToolBoxV2.TabPosition |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static QStyleOptionToolBoxV2.TabPosition[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final QStyleOptionToolBoxV2.TabPosition Beginning
The tab is the first (i.e., top-most) tab in the toolbox.
public static final QStyleOptionToolBoxV2.TabPosition Middle
The tab is placed in the middle of the toolbox.
public static final QStyleOptionToolBoxV2.TabPosition End
The tab is placed at the bottom of the toolbox.
public static final QStyleOptionToolBoxV2.TabPosition OnlyOneTab
There is only one tab in the toolbox.
Method Detail |
---|
public static final QStyleOptionToolBoxV2.TabPosition[] values()
for(QStyleOptionToolBoxV2.TabPosition c : QStyleOptionToolBoxV2.TabPosition.values()) System.out.println(c);
public static QStyleOptionToolBoxV2.TabPosition valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namepublic int value()
value
in interface QtEnumerator
public static QStyleOptionToolBoxV2.TabPosition resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |