|
|||||||||
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.QStyleOptionHeader.SelectedPosition
public static final class QStyleOptionHeader.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 QStyleOptionHeader.SelectedPosition |
NextAndPreviousAreSelected
|
static QStyleOptionHeader.SelectedPosition |
NextIsSelected
The next tab (typically the tab on the right) is selected. |
static QStyleOptionHeader.SelectedPosition |
NotAdjacent
The tab is not adjacent to a selected tab (or is the selected tab). |
static QStyleOptionHeader.SelectedPosition |
PreviousIsSelected
The previous tab (typically the tab on the left) is selected. |
Method Summary | |
---|---|
static QStyleOptionHeader.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 QStyleOptionHeader.SelectedPosition |
valueOf(java.lang.String name)
|
static QStyleOptionHeader.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 QStyleOptionHeader.SelectedPosition NotAdjacent
public static final QStyleOptionHeader.SelectedPosition NextIsSelected
public static final QStyleOptionHeader.SelectedPosition PreviousIsSelected
public static final QStyleOptionHeader.SelectedPosition NextAndPreviousAreSelected
Method Detail |
---|
public static QStyleOptionHeader.SelectedPosition[] values()
public static QStyleOptionHeader.SelectedPosition valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static QStyleOptionHeader.SelectedPosition resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |