NAME
Qt::WebKit::QWebPage
PUBLIC METHODS
- QWebPage(QObject * parent = 0)
- QWebPage(QObject * parent)
- ~QWebPage()
- QAction * action(QWebPage::WebAction action)
- quint64 bytesReceived()
- QMenu * createStandardContextMenu()
- QWebFrame * currentFrame()
- bool event(QEvent * arg0)
- bool focusNextPrevChild(bool next)
- bool forwardUnsupportedContent()
- QWebFrame * frameAt(const QPoint & pos)
- QWebHistory * history()
- QVariant inputMethodQuery(Qt::InputMethodQuery property)
- bool isContentEditable()
- bool isModified()
- QWebPage::LinkDelegationPolicy linkDelegationPolicy()
- QWebFrame * mainFrame()
- QNetworkAccessManager * networkAccessManager()
- QPalette palette()
- QWebPluginFactory * pluginFactory()
- QSize preferredContentsSize()
- QString selectedText()
- void setContentEditable(bool editable)
- void setForwardUnsupportedContent(bool forward)
- void setLinkDelegationPolicy(QWebPage::LinkDelegationPolicy policy)
- void setNetworkAccessManager(QNetworkAccessManager * manager)
- void setPalette(const QPalette & palette)
- void setPluginFactory(QWebPluginFactory * factory)
- void setPreferredContentsSize(const QSize & size)
- void setView(QWidget * view)
- void setViewportSize(const QSize & size)
- QWebSettings * settings()
- bool shouldInterruptJavaScript()
- bool swallowContextMenuEvent(QContextMenuEvent * event)
- quint64 totalBytes()
- void triggerAction(QWebPage::WebAction action, bool checked = false)
- void triggerAction(QWebPage::WebAction action, bool checked)
- QUndoStack * undoStack()
- void updatePositionDependentActions(const QPoint & pos)
- QWidget * view()
- QSize viewportSize()
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2011 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.