NAME
Qt::WebKit::QWebPage
PUBLIC METHODS
- QWebPage(QObject * parent)
- QWebPage(QObject * parent = 0)
- ~QWebPage()
- QAction * action(QWebPage::WebAction action)
- quint64 bytesReceived()
- QMenu * createStandardContextMenu()
- QWebFrame * currentFrame()
- bool event(QEvent * arg0)
- bool findText(const QString & subString, QFlags<QWebPage::FindFlag> options)
- bool findText(const QString & subString, QFlags<QWebPage::FindFlag> options = 0)
- 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)
- void triggerAction(QWebPage::WebAction action, bool checked = false)
- QUndoStack * undoStack()
- void updatePositionDependentActions(const QPoint & pos)
- QWidget * view()
- QSize viewportSize()
ENUM VALUES
- NoWebAction
- OpenLink
- OpenLinkInNewWindow
- OpenFrameInNewWindow
- DownloadLinkToDisk
- CopyLinkToClipboard
- OpenImageInNewWindow
- DownloadImageToDisk
- CopyImageToClipboard
- Back
- Forward
- Stop
- Reload
- Cut
- Copy
- Paste
- Undo
- Redo
- MoveToNextChar
- MoveToPreviousChar
- MoveToNextWord
- MoveToPreviousWord
- MoveToNextLine
- MoveToPreviousLine
- MoveToStartOfLine
- MoveToEndOfLine
- MoveToStartOfBlock
- MoveToEndOfBlock
- MoveToStartOfDocument
- MoveToEndOfDocument
- SelectNextChar
- SelectPreviousChar
- SelectNextWord
- SelectPreviousWord
- SelectNextLine
- SelectPreviousLine
- SelectStartOfLine
- SelectEndOfLine
- SelectStartOfBlock
- SelectEndOfBlock
- SelectStartOfDocument
- SelectEndOfDocument
- DeleteStartOfWord
- DeleteEndOfWord
- SetTextDirectionDefault
- SetTextDirectionLeftToRight
- SetTextDirectionRightToLeft
- ToggleBold
- ToggleItalic
- ToggleUnderline
- InspectElement
- InsertParagraphSeparator
- InsertLineSeparator
- SelectAll
- ReloadAndBypassCache
- PasteAndMatchStyle
- RemoveFormat
- ToggleStrikethrough
- ToggleSubscript
- ToggleSuperscript
- InsertUnorderedList
- InsertOrderedList
- Indent
- Outdent
- AlignCenter
- AlignJustified
- AlignLeft
- AlignRight
- StopScheduledPageRefresh
- WebActionCount
- FindBackward
- FindCaseSensitively
- FindWrapsAroundDocument
- HighlightAllOccurrences
- DontDelegateLinks
- DelegateExternalLinks
- DelegateAllLinks
- WebBrowserWindow
- WebModalDialog
- ChooseMultipleFilesExtension
- ErrorPageExtension
- QtNetwork
- Http
- WebKit
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.