|
|||||||||
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.WebAttribute
public static final class QWebSettings.WebAttribute
This enum describes various attributes that are configurable through QWebSettings
.
Field Summary | |
---|---|
static QWebSettings.WebAttribute |
AutoLoadImages
Specifies whether images are automatically loaded in web pages. |
static QWebSettings.WebAttribute |
DeveloperExtrasEnabled
Enables extra tools for Web developers. |
static QWebSettings.WebAttribute |
JavaEnabled
Enables or disables Java applets. |
static QWebSettings.WebAttribute |
JavascriptCanAccessClipboard
Specifies whether JavaScript programs can read or write to the clipboard. |
static QWebSettings.WebAttribute |
JavascriptCanOpenWindows
Specifies whether JavaScript programs can open new windows. |
static QWebSettings.WebAttribute |
JavascriptEnabled
Enables or disables the running of JavaScript programs. |
static QWebSettings.WebAttribute |
LinksIncludedInFocusChain
Specifies whether hyperlinks should be included in the keyboard focus chain. |
static QWebSettings.WebAttribute |
PluginsEnabled
Enables or disables plugins in web pages. |
static QWebSettings.WebAttribute |
PrivateBrowsingEnabled
Private browsing prevents WebKit from recording visited pages in the history and storing web page icons. |
Method Summary | |
---|---|
static QWebSettings.WebAttribute |
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.WebAttribute |
valueOf(java.lang.String name)
|
static QWebSettings.WebAttribute[] |
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.WebAttribute AutoLoadImages
public static final QWebSettings.WebAttribute JavascriptEnabled
public static final QWebSettings.WebAttribute JavaEnabled
public static final QWebSettings.WebAttribute PluginsEnabled
public static final QWebSettings.WebAttribute PrivateBrowsingEnabled
public static final QWebSettings.WebAttribute JavascriptCanOpenWindows
public static final QWebSettings.WebAttribute JavascriptCanAccessClipboard
public static final QWebSettings.WebAttribute DeveloperExtrasEnabled
public static final QWebSettings.WebAttribute LinksIncludedInFocusChain
Method Detail |
---|
public static QWebSettings.WebAttribute[] values()
public static QWebSettings.WebAttribute valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static QWebSettings.WebAttribute resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |