|
|||||||||
| 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 lets you know where the section's position is in relation to the selected section.
| Field Summary | |
|---|---|
static QStyleOptionHeader.SelectedPosition |
NextAndPreviousAreSelected
Both the next and previous section are selected |
static QStyleOptionHeader.SelectedPosition |
NextIsSelected
The next section is selected |
static QStyleOptionHeader.SelectedPosition |
NotAdjacent
Not adjacent to the selected section |
static QStyleOptionHeader.SelectedPosition |
PreviousIsSelected
The previous section 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 QtEnumeratorpublic static QStyleOptionHeader.SelectedPosition resolve(int value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||