|
|||||||||
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.QFontComboBox.FontFilter
public static final class QFontComboBox.FontFilter
This enum can be used to only show certain types of fonts in the font combo box.
Field Summary | |
---|---|
static QFontComboBox.FontFilter |
AllFonts
Show all fonts |
static QFontComboBox.FontFilter |
MonospacedFonts
Show monospaced fonts |
static QFontComboBox.FontFilter |
NonScalableFonts
Show non scalable fonts |
static QFontComboBox.FontFilter |
ProportionalFonts
Show proportional fonts |
static QFontComboBox.FontFilter |
ScalableFonts
Show scalable fonts |
Method Summary | |
---|---|
static QFontComboBox.FontFilters |
createQFlags(QFontComboBox.FontFilter[] values)
|
static QFontComboBox.FontFilter |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QFontComboBox.FontFilter |
valueOf(java.lang.String name)
|
static QFontComboBox.FontFilter[] |
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 QFontComboBox.FontFilter AllFonts
public static final QFontComboBox.FontFilter ScalableFonts
public static final QFontComboBox.FontFilter NonScalableFonts
public static final QFontComboBox.FontFilter MonospacedFonts
public static final QFontComboBox.FontFilter ProportionalFonts
Method Detail |
---|
public static QFontComboBox.FontFilter[] values()
public static QFontComboBox.FontFilter valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static QFontComboBox.FontFilters createQFlags(QFontComboBox.FontFilter[] values)
public static QFontComboBox.FontFilter resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |