|
| QWebFrameProto (QObject *parent) |
|
Q_INVOKABLE QUrl | baseUrl () const |
|
bool | blockSignals (bool block) |
|
Q_INVOKABLE QList< QWebFrame * > | childFrames () const |
|
const QObjectList & | children () const |
|
QMetaObject::Connection | connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const |
|
Q_INVOKABLE QSize | contentsSize () const |
|
void | deleteLater () |
|
void | destroyed (QObject *obj) |
|
bool | disconnect (const char *signal, const QObject *receiver, const char *method) const |
|
bool | disconnect (const QObject *receiver, const char *method) const |
|
Q_INVOKABLE QWebElement | documentElement () const |
|
void | dumpObjectInfo () |
|
void | dumpObjectTree () |
|
QList< QByteArray > | dynamicPropertyNames () const |
|
Q_INVOKABLE bool | event (QEvent *e) |
|
virtual bool | eventFilter (QObject *watched, QEvent *event) |
|
Q_INVOKABLE QWebElementCollection | findAllElements (const QString &selectorQuery) const |
|
T | findChild (const QString &name, Qt::FindChildOptions options) const |
|
QList< T > | findChildren (const QRegularExpression &re, Qt::FindChildOptions options) const |
|
QList< T > | findChildren (const QRegExp ®Exp, Qt::FindChildOptions options) const |
|
QList< T > | findChildren (const QString &name, Qt::FindChildOptions options) const |
|
Q_INVOKABLE QWebElement | findFirstElement (const QString &selectorQuery) const |
|
Q_INVOKABLE QString | frameName () const |
|
Q_INVOKABLE QRect | geometry () const |
|
Q_INVOKABLE bool | hasFocus () const |
|
Q_INVOKABLE QWebHitTestResult | hitTestContent (const QPoint &pos) const |
|
Q_INVOKABLE QIcon | icon () const |
|
bool | inherits (const char *className) const |
|
void | installEventFilter (QObject *filterObj) |
|
bool | isWidgetType () const |
|
bool | isWindowType () const |
|
void | killTimer (int id) |
|
Q_INVOKABLE void | load (const QUrl &url) |
|
Q_INVOKABLE void | load (const QNetworkRequest &req, QNetworkAccessManager::Operation operation=QNetworkAccessManager::GetOperation, const QByteArray &body=QByteArray()) |
|
Q_INVOKABLE QMultiMap< QString, QString > | metaData () const |
|
virtual const QMetaObject * | metaObject () const |
|
void | moveToThread (QThread *targetThread) |
|
QString | objectName () const |
|
void | objectNameChanged (const QString &objectName) |
|
Q_INVOKABLE QWebPage * | page () const |
|
QObject * | parent () const |
|
Q_INVOKABLE QWebFrame * | parentFrame () const |
|
Q_INVOKABLE QPoint | pos () const |
|
QVariant | property (const char *name) const |
|
void | removeEventFilter (QObject *obj) |
|
Q_INVOKABLE void | render (QPainter *painter, const QRegion &clip=QRegion()) |
|
Q_INVOKABLE void | render (QPainter *painter, int layer, const QRegion &clip=QRegion()) |
|
Q_INVOKABLE QUrl | requestedUrl () const |
|
Q_INVOKABLE void | scroll (int dx, int dy) |
|
Q_INVOKABLE QRect | scrollBarGeometry (Qt::Orientation orientation) const |
|
Q_INVOKABLE int | scrollBarMaximum (Qt::Orientation orientation) const |
|
Q_INVOKABLE int | scrollBarMinimum (Qt::Orientation orientation) const |
|
Q_INVOKABLE Qt::ScrollBarPolicy | scrollBarPolicy (Qt::Orientation orientation) const |
|
Q_INVOKABLE int | scrollBarValue (Qt::Orientation orientation) const |
|
Q_INVOKABLE QPoint | scrollPosition () const |
|
Q_INVOKABLE void | scrollToAnchor (const QString &anchor) |
|
Q_INVOKABLE QWebSecurityOrigin | securityOrigin () const |
|
Q_INVOKABLE void | setContent (const QByteArray &data, const QString &mimeType=QString(), const QUrl &baseUrl=QUrl()) |
|
Q_INVOKABLE void | setFocus () |
|
Q_INVOKABLE void | setHtml (const QString &html, const QUrl &baseUrl=QUrl()) |
|
void | setObjectName (const QString &name) |
|
void | setParent (QObject *parent) |
|
bool | setProperty (const char *name, const QVariant &value) |
|
Q_INVOKABLE void | setScrollBarPolicy (Qt::Orientation orientation, Qt::ScrollBarPolicy policy) |
|
Q_INVOKABLE void | setScrollBarValue (Qt::Orientation orientation, int value) |
|
Q_INVOKABLE void | setScrollPosition (const QPoint &pos) |
|
Q_INVOKABLE void | setTextSizeMultiplier (qreal factor) |
|
Q_INVOKABLE void | setUrl (const QUrl &url) |
|
Q_INVOKABLE void | setZoomFactor (qreal factor) |
|
bool | signalsBlocked () const |
|
int | startTimer (int interval, Qt::TimerType timerType) |
|
Q_INVOKABLE qreal | textSizeMultiplier () const |
|
QThread * | thread () const |
|
Q_INVOKABLE QString | title () const |
|
Q_INVOKABLE QString | toHtml () const |
|
Q_INVOKABLE QString | toPlainText () const |
|
Q_INVOKABLE QUrl | url () const |
|
Q_INVOKABLE qreal | zoomFactor () const |
|
|
QMetaObject::Connection | connect (const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type) |
|
QMetaObject::Connection | connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type) |
|
QMetaObject::Connection | connect (const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method, Qt::ConnectionType type) |
|
QMetaObject::Connection | connect (const QObject *sender, PointerToMemberFunction signal, Functor functor) |
|
QMetaObject::Connection | connect (const QObject *sender, PointerToMemberFunction signal, const QObject *context, Functor functor, Qt::ConnectionType type) |
|
bool | disconnect (const QMetaObject::Connection &connection) |
|
bool | disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *method) |
|
bool | disconnect (const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method) |
|
bool | disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method) |
|
QString | tr (const char *sourceText, const char *disambiguation, int n) |
|
QString | trUtf8 (const char *sourceText, const char *disambiguation, int n) |
|