|
|||||||||
| 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.QTreeWidgetItem.ChildIndicatorPolicy
public static final class QTreeWidgetItem.ChildIndicatorPolicy
| Field Summary | |
|---|---|
static QTreeWidgetItem.ChildIndicatorPolicy |
DontShowIndicator
The controls for expanding and collapsing will never be shown even if there are children. |
static QTreeWidgetItem.ChildIndicatorPolicy |
DontShowIndicatorWhenChildless
The controls for expanding and collapsing will be shown if the item contains children. |
static QTreeWidgetItem.ChildIndicatorPolicy |
ShowIndicator
The controls for expanding and collapsing will be shown for this item even if there are no children. |
| Method Summary | |
|---|---|
static QTreeWidgetItem.ChildIndicatorPolicy |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QTreeWidgetItem.ChildIndicatorPolicy |
valueOf(java.lang.String name)
|
static QTreeWidgetItem.ChildIndicatorPolicy[] |
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 QTreeWidgetItem.ChildIndicatorPolicy ShowIndicator
public static final QTreeWidgetItem.ChildIndicatorPolicy DontShowIndicator
public static final QTreeWidgetItem.ChildIndicatorPolicy DontShowIndicatorWhenChildless
| Method Detail |
|---|
public static QTreeWidgetItem.ChildIndicatorPolicy[] values()
public static QTreeWidgetItem.ChildIndicatorPolicy valueOf(java.lang.String name)
public int value()
value in interface QtEnumeratorpublic static QTreeWidgetItem.ChildIndicatorPolicy resolve(int value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||