|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Enum
com.trolltech.qt.webkit.QWebSettings.FontSize
public static final class QWebSettings.FontSize
This enum describes the font sizes configurable through QWebSettings
.
Field Summary | |
---|---|
static QWebSettings.FontSize |
DefaultFixedFontSize
The default font size for fixed-pitch text. |
static QWebSettings.FontSize |
DefaultFontSize
The default font size for regular text. |
static QWebSettings.FontSize |
MinimumFontSize
The hard minimum font size. |
static QWebSettings.FontSize |
MinimumLogicalFontSize
The minimum logical font size that is applied after zooming with QWebFrame 's textSizeMultiplier() . |
Method Summary | |
---|---|
static QWebSettings.FontSize |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QWebSettings.FontSize |
valueOf(java.lang.String name)
|
static QWebSettings.FontSize[] |
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 QWebSettings.FontSize MinimumFontSize
public static final QWebSettings.FontSize MinimumLogicalFontSize
QWebFrame
's textSizeMultiplier()
.
public static final QWebSettings.FontSize DefaultFontSize
public static final QWebSettings.FontSize DefaultFixedFontSize
Method Detail |
---|
public static QWebSettings.FontSize[] values()
public static QWebSettings.FontSize valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static QWebSettings.FontSize resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |