|
|||||||||
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.Shadow
public static final class QFrame.Shadow
This enum type defines the types of shadow that are used to give a 3D effect to frames. Shadow interacts with QFrame::Shape
, the lineWidth() and the midLineWidth(). See the picture of the frames in the main class documentation.
QFrame::Shape
, lineWidth(), and midLineWidth().
Field Summary | |
---|---|
static QFrame.Shadow |
CustomEnum
|
static QFrame.Shadow |
Plain
the frame and contents appear level with the surroundings; draws using the palette QPalette::WindowText color (without any 3D effect) |
static QFrame.Shadow |
Raised
the frame and contents appear raised; draws a 3D raised line using the light and dark colors of the current color group |
static QFrame.Shadow |
Sunken
the frame and contents appear sunken; draws a 3D sunken line using the light and dark colors of the current color group |
Method Summary | |
---|---|
static QFrame.Shadow |
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.Shadow |
valueOf(java.lang.String name)
|
static QFrame.Shadow[] |
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.Shadow Plain
QPalette::WindowText
color (without any 3D effect)
public static final QFrame.Shadow Raised
public static final QFrame.Shadow Sunken
public static final QFrame.Shadow CustomEnum
Method Detail |
---|
public static QFrame.Shadow[] values()
public static QFrame.Shadow valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static QFrame.Shadow resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |