|
|||||||||
| 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.QSizePolicy.PolicyFlag
public static final class QSizePolicy.PolicyFlag
These flags are combined together to form the various Policy values:
Policy .
| Field Summary | |
|---|---|
static QSizePolicy.PolicyFlag |
ExpandFlag
The widget should get as much space as possible. |
static QSizePolicy.PolicyFlag |
GrowFlag
The widget can grow beyond its size hint if necessary. |
static QSizePolicy.PolicyFlag |
IgnoreFlag
The widget's size hint is ignored. |
static QSizePolicy.PolicyFlag |
ShrinkFlag
The widget can shrink below its size hint if necessary. |
| Method Summary | |
|---|---|
static QSizePolicy.PolicyFlag |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QSizePolicy.PolicyFlag |
valueOf(java.lang.String name)
|
static QSizePolicy.PolicyFlag[] |
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 QSizePolicy.PolicyFlag GrowFlag
public static final QSizePolicy.PolicyFlag ExpandFlag
public static final QSizePolicy.PolicyFlag ShrinkFlag
public static final QSizePolicy.PolicyFlag IgnoreFlag
| Method Detail |
|---|
public static QSizePolicy.PolicyFlag[] values()
public static QSizePolicy.PolicyFlag valueOf(java.lang.String name)
public int value()
value in interface QtEnumeratorpublic static QSizePolicy.PolicyFlag resolve(int value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||