QWebFrame Class Reference
#include <qwebframe.h>
Definition at line 106 of file qwebframe.h.
|
QWebPage * | page () const |
|
void | load (const QUrl &url) |
|
void | load (const QNetworkRequest &request, QNetworkAccessManager::Operation operation=QNetworkAccessManager::GetOperation, const QByteArray &body=QByteArray()) |
|
void | setHtml (const QString &html, const QUrl &baseUrl=QUrl()) |
|
void | setContent (const QByteArray &data, const QString &mimeType=QString(), const QUrl &baseUrl=QUrl()) |
|
void | addToJavaScriptWindowObject (const QString &name, QObject *object) |
|
void | addToJavaScriptWindowObject (const QString &name, QObject *object, QScriptEngine::ValueOwnership ownership) |
|
QString | toHtml () const |
|
QString | toPlainText () const |
|
QString | renderTreeDump () const |
|
QString | title () const |
|
void | setUrl (const QUrl &url) |
|
QUrl | url () const |
|
QUrl | requestedUrl () const |
|
QUrl | baseUrl () const |
|
QIcon | icon () const |
|
QMultiMap< QString, QString > | metaData () const |
|
QString | frameName () const |
|
QWebFrame * | parentFrame () const |
|
QList< QWebFrame * > | childFrames () const |
|
Qt::ScrollBarPolicy | scrollBarPolicy (Qt::Orientation orientation) const |
|
void | setScrollBarPolicy (Qt::Orientation orientation, Qt::ScrollBarPolicy policy) |
|
void | setScrollBarValue (Qt::Orientation orientation, int value) |
|
int | scrollBarValue (Qt::Orientation orientation) const |
|
int | scrollBarMinimum (Qt::Orientation orientation) const |
|
int | scrollBarMaximum (Qt::Orientation orientation) const |
|
QRect | scrollBarGeometry (Qt::Orientation orientation) const |
|
void | scroll (int, int) |
|
QPoint | scrollPosition () const |
|
void | setScrollPosition (const QPoint &pos) |
|
void | scrollToAnchor (const QString &anchor) |
|
void | render (QPainter *) |
|
void | render (QPainter *, const QRegion &clip) |
|
void | render (QPainter *, RenderLayer layer, const QRegion &clip=QRegion()) |
|
void | setTextSizeMultiplier (qreal factor) |
|
qreal | textSizeMultiplier () const |
|
qreal | zoomFactor () const |
|
void | setZoomFactor (qreal factor) |
|
bool | hasFocus () const |
|
void | setFocus () |
|
QPoint | pos () const |
|
QRect | geometry () const |
|
QSize | contentsSize () const |
|
QWebElement | documentElement () const |
|
QWebElementCollection | findAllElements (const QString &selectorQuery) const |
|
QWebElement | findFirstElement (const QString &selectorQuery) const |
|
QWebHitTestResult | hitTestContent (const QPoint &pos) const |
|
virtual bool | event (QEvent *) |
|
QWebSecurityOrigin | securityOrigin () 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 |
|
|
static bool | connect (const QObject *sender, const char *signal, const QObject *receiver, const char *member, Qt::ConnectionType=Qt::AutoConnection) |
|
static bool | connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type=Qt::AutoConnection) |
|
static bool | disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *member) |
|
static bool | disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &member) |
|
static uint | registerUserData () |
|
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) |
|
QScopedPointer< QObjectData > | d_ptr |
|
static const QMetaObject | staticQtMetaObject |
|
Enumerator |
---|
ContentsLayer |
|
ScrollBarLayer |
|
PanIconLayer |
|
AllLayers |
|
Definition at line 167 of file qwebframe.h.
QUrl requestedUrl |
( |
| ) |
const |
QPoint scrollPosition |
( |
| ) |
const |
void setTextSizeMultiplier |
( |
qreal |
factor | ) |
|
qreal textSizeMultiplier |
( |
| ) |
const |
qreal zoomFactor |
( |
| ) |
const |
void setZoomFactor |
( |
qreal |
factor | ) |
|
QSize contentsSize |
( |
| ) |
const |
virtual bool event |
( |
QEvent * |
| ) |
|
|
virtual |
void javaScriptWindowObjectCleared |
( |
| ) |
|
|
signal |
void initialLayoutCompleted |
( |
| ) |
|
|
signal |
void contentsSizeChanged |
( |
const QSize & |
size | ) |
|
|
signal |
void loadFinished |
( |
bool |
ok | ) |
|
|
signal |
friend class QWebPagePrivate |
|
friend |
friend class QWebFramePrivate |
|
friend |
friend class DumpRenderTreeSupportQt |
|
friend |
friend class WebCore::WidgetPrivate |
|
friend |
friend class WebCore::FrameLoaderClientQt |
|
friend |
friend class WebCore::ChromeClientQt |
|
friend |
friend class WebCore::PlatformLayerProxyQt |
|
friend |
The documentation for this class was generated from the following file: