|
|||||||||
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.QAbstractItemView.State
public static final class QAbstractItemView.State
Describes the different states the view can be in. This is usually only interesting when reimplementing your own view.
Field Summary | |
---|---|
static QAbstractItemView.State |
AnimatingState
The item view is performing an animation. |
static QAbstractItemView.State |
CollapsingState
The user is closing a branch of items. |
static QAbstractItemView.State |
DraggingState
The user is dragging items. |
static QAbstractItemView.State |
DragSelectingState
The user is selecting items. |
static QAbstractItemView.State |
EditingState
The user is editing an item in a widget editor. |
static QAbstractItemView.State |
ExpandingState
The user is opening a branch of items. |
static QAbstractItemView.State |
NoState
The is the default state. |
Method Summary | |
---|---|
static QAbstractItemView.State |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QAbstractItemView.State |
valueOf(java.lang.String name)
|
static QAbstractItemView.State[] |
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 QAbstractItemView.State NoState
public static final QAbstractItemView.State DraggingState
public static final QAbstractItemView.State DragSelectingState
public static final QAbstractItemView.State EditingState
public static final QAbstractItemView.State ExpandingState
public static final QAbstractItemView.State CollapsingState
public static final QAbstractItemView.State AnimatingState
Method Detail |
---|
public static QAbstractItemView.State[] values()
public static QAbstractItemView.State valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static QAbstractItemView.State resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |