Definition at line 70 of file qwebpage.h.
|
| QWebPage (QObject *parent=0) |
|
| ~QWebPage () |
|
QWebFrame * | mainFrame () const |
|
QWebFrame * | currentFrame () const |
|
QWebFrame * | frameAt (const QPoint &pos) const |
|
QWebHistory * | history () const |
|
QWebSettings * | settings () const |
|
void | setView (QWidget *view) |
|
QWidget * | view () const |
|
bool | isModified () const |
|
QUndoStack * | undoStack () const |
|
void | setNetworkAccessManager (QNetworkAccessManager *manager) |
|
QNetworkAccessManager * | networkAccessManager () const |
|
void | setPluginFactory (QWebPluginFactory *factory) |
|
QWebPluginFactory * | pluginFactory () const |
|
quint64 | totalBytes () const |
|
quint64 | bytesReceived () const |
|
bool | hasSelection () const |
|
QString | selectedText () const |
|
QString | selectedHtml () const |
|
QAction * | action (WebAction action) const |
|
virtual void | triggerAction (WebAction action, bool checked=false) |
|
QSize | viewportSize () const |
|
void | setViewportSize (const QSize &size) const |
|
ViewportAttributes | viewportAttributesForSize (const QSize &availableSize) const |
|
QSize | preferredContentsSize () const |
|
void | setPreferredContentsSize (const QSize &size) const |
|
void | setActualVisibleContentRect (const QRect &rect) const |
|
virtual bool | event (QEvent *) |
|
bool | focusNextPrevChild (bool next) |
|
QVariant | inputMethodQuery (Qt::InputMethodQuery property) const |
|
bool | findText (const QString &subString, FindFlags options=0) |
|
void | setForwardUnsupportedContent (bool forward) |
|
bool | forwardUnsupportedContent () const |
|
void | setLinkDelegationPolicy (LinkDelegationPolicy policy) |
|
LinkDelegationPolicy | linkDelegationPolicy () const |
|
void | setPalette (const QPalette &palette) |
|
QPalette | palette () const |
|
void | setContentEditable (bool editable) |
|
bool | isContentEditable () const |
|
bool | swallowContextMenuEvent (QContextMenuEvent *event) |
|
void | updatePositionDependentActions (const QPoint &pos) |
|
QMenu * | createStandardContextMenu () |
|
void | setFeaturePermission (QWebFrame *frame, Feature feature, PermissionPolicy policy) |
|
QStringList | supportedContentTypes () const |
|
bool | supportsContentType (const QString &mimeType) const |
|
virtual bool | extension (Extension extension, const ExtensionOption *option=0, ExtensionReturn *output=0) |
|
virtual bool | supportsExtension (Extension extension) const |
|
QWebPagePrivate * | handle () const |
|
Q_INVOKABLE | QObject (QObject *parent=0) |
|
virtual | ~QObject () |
|
virtual bool | eventFilter (QObject *, QEvent *) |
|
QString | objectName () const |
|
void | setObjectName (const QString &name) |
|
bool | isWidgetType () const |
|
bool | signalsBlocked () const |
|
bool | blockSignals (bool b) |
|
QThread * | thread () const |
|
void | moveToThread (QThread *thread) |
|
int | startTimer (int interval) |
|
void | killTimer (int id) |
|
template<typename T > |
T | findChild (const QString &aName=QString()) const |
|
template<typename T > |
QList< T > | findChildren (const QString &aName=QString()) const |
|
template<typename T > |
QList< T > | findChildren (const QRegExp &re) const |
|
const QObjectList & | children () const |
|
void | setParent (QObject *) |
|
void | installEventFilter (QObject *) |
|
void | removeEventFilter (QObject *) |
|
bool | connect (const QObject *sender, const char *signal, const char *member, Qt::ConnectionType type=Qt::AutoConnection) const |
|
bool | disconnect (const char *signal=0, const QObject *receiver=0, const char *member=0) |
|
bool | disconnect (const QObject *receiver, const char *member=0) |
|
void | dumpObjectTree () |
|
void | dumpObjectInfo () |
|
bool | setProperty (const char *name, const QVariant &value) |
|
QVariant | property (const char *name) const |
|
QList< QByteArray > | dynamicPropertyNames () const |
|
void | setUserData (uint id, QObjectUserData *data) |
|
QObjectUserData * | userData (uint id) const |
|
QObject * | parent () const |
|
bool | inherits (const char *classname) const |
|
|
virtual QWebPage * | createWindow (WebWindowType type) |
|
virtual QObject * | createPlugin (const QString &classid, const QUrl &url, const QStringList ¶mNames, const QStringList ¶mValues) |
|
virtual bool | acceptNavigationRequest (QWebFrame *frame, const QNetworkRequest &request, NavigationType type) |
|
virtual QString | chooseFile (QWebFrame *originatingFrame, const QString &oldFile) |
|
virtual void | javaScriptAlert (QWebFrame *originatingFrame, const QString &msg) |
|
virtual bool | javaScriptConfirm (QWebFrame *originatingFrame, const QString &msg) |
|
virtual bool | javaScriptPrompt (QWebFrame *originatingFrame, const QString &msg, const QString &defaultValue, QString *result) |
|
virtual void | javaScriptConsoleMessage (const QString &message, int lineNumber, const QString &sourceID) |
|
virtual QString | userAgentForUrl (const QUrl &url) const |
|
QObject * | sender () const |
|
int | senderSignalIndex () const |
|
int | receivers (const char *signal) const |
|
virtual void | timerEvent (QTimerEvent *) |
|
virtual void | childEvent (QChildEvent *) |
|
virtual void | customEvent (QEvent *) |
|
virtual void | connectNotify (const char *signal) |
|
virtual void | disconnectNotify (const char *signal) |
|
| QObject (QObjectPrivate &dd, QObject *parent=0) |
|