|
|||||||||
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.QFont.Style
public static final class QFont.Style
Field Summary | |
---|---|
static QFont.Style |
StyleItalic
Italic glyphs that are specifically designed for the purpose of representing italicized text. |
static QFont.Style |
StyleNormal
Normal glyphs used in unstyled text. |
static QFont.Style |
StyleOblique
Glyphs with an italic appearance that are typically based on the unstyled glyphs, but are not fine-tuned for the purpose of representing italicized text. |
Method Summary | |
---|---|
static QFont.Style |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QFont.Style |
valueOf(java.lang.String name)
|
static QFont.Style[] |
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 QFont.Style StyleNormal
public static final QFont.Style StyleItalic
public static final QFont.Style StyleOblique
Method Detail |
---|
public static QFont.Style[] values()
public static QFont.Style valueOf(java.lang.String name)
public int value()
QtEnumerator
value
in interface QtEnumerator
public static QFont.Style resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |