|
|||||||||
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.QCalendarWidget.SelectionMode
public static final class QCalendarWidget.SelectionMode
This enum describes the types of selection offered to the user for selecting dates in the calendar.
selectionMode
.
Field Summary | |
---|---|
static QCalendarWidget.SelectionMode |
NoSelection
Dates cannot be selected. |
static QCalendarWidget.SelectionMode |
SingleSelection
Single dates can be selected. |
Method Summary | |
---|---|
static QCalendarWidget.SelectionMode |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QCalendarWidget.SelectionMode |
valueOf(java.lang.String name)
|
static QCalendarWidget.SelectionMode[] |
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 QCalendarWidget.SelectionMode NoSelection
public static final QCalendarWidget.SelectionMode SingleSelection
Method Detail |
---|
public static QCalendarWidget.SelectionMode[] values()
public static QCalendarWidget.SelectionMode valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static QCalendarWidget.SelectionMode resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |