|
|||||||||
| 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.Capitalization
public static final class QFont.Capitalization
Rendering option for text this font applies to.
| Field Summary | |
|---|---|
static QFont.Capitalization |
AllLowercase
This alters the text to be rendered in all lowercase type. |
static QFont.Capitalization |
AllUppercase
This alters the text to be rendered in all uppercase type. |
static QFont.Capitalization |
Capitalize
This alters the text to be rendered with the first character of each word as an uppercase character. |
static QFont.Capitalization |
MixedCase
This is the normal text rendering option where no capitalization change is applied. |
static QFont.Capitalization |
SmallCaps
This alters the text to be rendered in small-caps type. |
| Method Summary | |
|---|---|
static QFont.Capitalization |
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.Capitalization |
valueOf(java.lang.String name)
|
static QFont.Capitalization[] |
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.Capitalization MixedCase
public static final QFont.Capitalization AllUppercase
public static final QFont.Capitalization AllLowercase
public static final QFont.Capitalization SmallCaps
public static final QFont.Capitalization Capitalize
| Method Detail |
|---|
public static QFont.Capitalization[] values()
public static QFont.Capitalization valueOf(java.lang.String name)
public int value()
value in interface QtEnumeratorpublic static QFont.Capitalization resolve(int value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||