|
|||||||||
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.WebGraphic
public static final class QWebSettings.WebGraphic
This enums describes the standard graphical elements used in webpages.
Field Summary | |
---|---|
static QWebSettings.WebGraphic |
DefaultFrameIconGraphic
The default icon for QWebFrame.:icon() . |
static QWebSettings.WebGraphic |
MissingImageGraphic
The replacement graphic shown when an image could not be loaded. |
static QWebSettings.WebGraphic |
MissingPluginGraphic
The replacement graphic shown when a plugin could not be loaded. |
static QWebSettings.WebGraphic |
TextAreaSizeGripCornerGraphic
The graphic shown for the size grip of text areas. |
Method Summary | |
---|---|
static QWebSettings.WebGraphic |
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.WebGraphic |
valueOf(java.lang.String name)
|
static QWebSettings.WebGraphic[] |
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.WebGraphic MissingImageGraphic
public static final QWebSettings.WebGraphic MissingPluginGraphic
public static final QWebSettings.WebGraphic DefaultFrameIconGraphic
QWebFrame.:icon()
.
public static final QWebSettings.WebGraphic TextAreaSizeGripCornerGraphic
Method Detail |
---|
public static QWebSettings.WebGraphic[] values()
public static QWebSettings.WebGraphic valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static QWebSettings.WebGraphic resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |