NAME
Qt::WebKit::QWebPage
PUBLIC METHODS
- QWebPage()
- QWebPage( = 0)
- ~QWebPage()
- QAction * action()
- quint64 bytesReceived()
- QMenu * createStandardContextMenu()
- QWebFrame * currentFrame()
- bool event()
- bool findText(, )
- bool findText(, = 0)
- bool focusNextPrevChild()
- bool forwardUnsupportedContent()
- QWebFrame * frameAt()
- QWebHistory * history()
- QVariant inputMethodQuery()
- bool isContentEditable()
- bool isModified()
- QWebPage::LinkDelegationPolicy linkDelegationPolicy()
- QWebFrame * mainFrame()
- QNetworkAccessManager * networkAccessManager()
- QPalette palette()
- QWebPluginFactory * pluginFactory()
- QSize preferredContentsSize()
- QString selectedText()
- void setContentEditable()
- void setForwardUnsupportedContent()
- void setLinkDelegationPolicy()
- void setNetworkAccessManager()
- void setPalette()
- void setPluginFactory()
- void setPreferredContentsSize()
- void setView()
- void setViewportSize()
- QWebSettings * settings()
- bool shouldInterruptJavaScript()
- bool swallowContextMenuEvent()
- quint64 totalBytes()
- void triggerAction(, )
- void triggerAction(, = false)
- QUndoStack * undoStack()
- void updatePositionDependentActions()
- 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.