|
|||||||||
| 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.QCompleter.ModelSorting
public static final class QCompleter.ModelSorting
This enum specifies how the items in the model are sorted.
| Field Summary | |
|---|---|
static QCompleter.ModelSorting |
CaseInsensitivelySortedModel
The model is sorted case insensitively. |
static QCompleter.ModelSorting |
CaseSensitivelySortedModel
The model is sorted case sensitively. |
static QCompleter.ModelSorting |
UnsortedModel
The model is unsorted. |
| Method Summary | |
|---|---|
static QCompleter.ModelSorting |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QCompleter.ModelSorting |
valueOf(java.lang.String name)
|
static QCompleter.ModelSorting[] |
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 QCompleter.ModelSorting UnsortedModel
public static final QCompleter.ModelSorting CaseSensitivelySortedModel
public static final QCompleter.ModelSorting CaseInsensitivelySortedModel
| Method Detail |
|---|
public static QCompleter.ModelSorting[] values()
public static QCompleter.ModelSorting valueOf(java.lang.String name)
public int value()
value in interface QtEnumeratorpublic static QCompleter.ModelSorting resolve(int value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||