|
|||||||||
| 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.QStyleOptionToolBoxV2.SelectedPosition
public static final class QStyleOptionToolBoxV2.SelectedPosition
This enum describes the position of the selected tab. Some styles need to draw a tab differently depending on whether or not it is adjacent to the selected tab.
| Field Summary | |
|---|---|
static QStyleOptionToolBoxV2.SelectedPosition |
NextIsSelected
The next tab (typically the tab on the right) is selected. |
static QStyleOptionToolBoxV2.SelectedPosition |
NotAdjacent
The tab is not adjacent to a selected tab (or is the selected tab). |
static QStyleOptionToolBoxV2.SelectedPosition |
PreviousIsSelected
The previous tab (typically the tab on the left) is selected. |
| Method Summary | |
|---|---|
static QStyleOptionToolBoxV2.SelectedPosition |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QStyleOptionToolBoxV2.SelectedPosition |
valueOf(java.lang.String name)
|
static QStyleOptionToolBoxV2.SelectedPosition[] |
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 QStyleOptionToolBoxV2.SelectedPosition NotAdjacent
public static final QStyleOptionToolBoxV2.SelectedPosition NextIsSelected
public static final QStyleOptionToolBoxV2.SelectedPosition PreviousIsSelected
| Method Detail |
|---|
public static QStyleOptionToolBoxV2.SelectedPosition[] values()
public static QStyleOptionToolBoxV2.SelectedPosition valueOf(java.lang.String name)
public int value()
value in interface QtEnumeratorpublic static QStyleOptionToolBoxV2.SelectedPosition resolve(int value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||