|
|||||||||
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.QFrame.StyleMask
public static final class QFrame.StyleMask
This enum defines two constants that can be used to extract the two components of frameStyle()
: Normally, you don't need to use these, since frameShadow() and frameShape() already extract the Shadow
and the Shape
parts of frameStyle()
.
frameStyle()
, and setFrameStyle()
.
Field Summary | |
---|---|
static QFrame.StyleMask |
Shadow_Mask
The Shadow part of frameStyle() |
static QFrame.StyleMask |
Shape_Mask
The Shape part of frameStyle() |
Method Summary | |
---|---|
static QFrame.StyleMask |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QFrame.StyleMask |
valueOf(java.lang.String name)
|
static QFrame.StyleMask[] |
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 QFrame.StyleMask Shadow_Mask
Shadow
part of frameStyle()
public static final QFrame.StyleMask Shape_Mask
Shape
part of frameStyle()
Method Detail |
---|
public static QFrame.StyleMask[] values()
public static QFrame.StyleMask valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static QFrame.StyleMask resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |