NAME
Qt::WebKit::QWebFrame
PUBLIC METHODS
- void addToJavaScriptWindowObject(, )
- void addToJavaScriptWindowObject(, , )
- QUrl baseUrl()
- QSize contentsSize()
- QWebElement documentElement()
- QVariant evaluateJavaScript()
- bool event()
- QWebElementCollection findAllElements()
- QWebElement findFirstElement()
- QString frameName()
- QRect geometry()
- bool hasFocus()
- QWebHitTestResult hitTestContent()
- QIcon icon()
- void load()
- void load(, , )
- void load(, , = QByteArray())
- void load(, = QNetworkAccessManager::GetOperation, = QByteArray())
- QWebPage * page()
- QWebFrame * parentFrame()
- QPoint pos()
- void print()
- void render()
- void render(, )
- void render(, , )
- void render(, , = QRegion())
- QString renderTreeDump()
- QUrl requestedUrl()
- void scroll(, )
- QRect scrollBarGeometry()
- int scrollBarMaximum()
- int scrollBarMinimum()
- Qt::ScrollBarPolicy scrollBarPolicy()
- int scrollBarValue()
- QPoint scrollPosition()
- void scrollToAnchor()
- QWebSecurityOrigin securityOrigin()
- void setContent(, , )
- void setContent(, , = QUrl())
- void setContent(, = QString(), = QUrl())
- void setFocus()
- void setHtml(, )
- void setHtml(, = QUrl())
- void setScrollBarPolicy(, )
- void setScrollBarValue(, )
- void setScrollPosition()
- void setTextSizeMultiplier()
- void setUrl()
- void setZoomFactor()
- qreal textSizeMultiplier()
- QString title()
- QString toHtml()
- QString toPlainText()
- QUrl url()
- qreal zoomFactor()
ENUM VALUES
- ContentsLayer
- ScrollBarLayer
- PanIconLayer
- AllLayers
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.