|
|||||||||
| 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.QWebPage.LinkDelegationPolicy
public static final class QWebPage.LinkDelegationPolicy
This enum defines the delegation policies a webpage can have when activating links and emitting the linkClicked() signal.
| Field Summary | |
|---|---|
static QWebPage.LinkDelegationPolicy |
DelegateAllLinks
Whenever a link is activated the linkClicked() signal is emitted. |
static QWebPage.LinkDelegationPolicy |
DelegateExternalLinks
When activating links that point to documents not stored on the local filesystem or an equivalent - such as the Qt resource system - then linkClicked() is emitted. |
static QWebPage.LinkDelegationPolicy |
DontDelegateLinks
No links are delegated. |
| Method Summary | |
|---|---|
static QWebPage.LinkDelegationPolicy |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QWebPage.LinkDelegationPolicy |
valueOf(java.lang.String name)
|
static QWebPage.LinkDelegationPolicy[] |
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 QWebPage.LinkDelegationPolicy DontDelegateLinks
QWebPage tries to handle them all.
public static final QWebPage.LinkDelegationPolicy DelegateExternalLinks
linkClicked() is emitted.
public static final QWebPage.LinkDelegationPolicy DelegateAllLinks
linkClicked() signal is emitted.
| Method Detail |
|---|
public static QWebPage.LinkDelegationPolicy[] values()
public static QWebPage.LinkDelegationPolicy valueOf(java.lang.String name)
public int value()
value in interface QtEnumeratorpublic static QWebPage.LinkDelegationPolicy resolve(int value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||