#include <qwebframeproto.h>
Properties | |
const QUrl | baseUrl |
const QSize | contentsSize |
const bool | focus |
const QIcon | icon |
objectName | |
const QUrl | requestedUrl |
QPoint | scrollPosition |
const QString | title |
QUrl | url |
qreal | zoomFactor |
Public Slots | |
Q_INVOKABLE QVariant | evaluateJavaScript (const QString &scriptSource) |
Q_INVOKABLE void | print (QPrinter *printer) const |
Signals | |
void | contentsSizeChanged (const QSize &size) |
void | iconChanged () |
void | initialLayoutCompleted () |
void | javaScriptWindowObjectCleared () |
void | loadFinished (bool ok) |
void | loadStarted () |
void | pageChanged () |
void | titleChanged (const QString &title) |
void | urlChanged (const QUrl &url) |
Public Member Functions | |
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 |
Static Public Member Functions | |
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) |
Protected Member Functions | |
virtual void | childEvent (QChildEvent *event) |
virtual void | connectNotify (const QMetaMethod &signal) |
virtual void | customEvent (QEvent *event) |
virtual void | disconnectNotify (const QMetaMethod &signal) |
bool | isSignalConnected (const QMetaMethod &signal) const |
int | receivers (const char *signal) const |
QObject * | sender () const |
int | senderSignalIndex () const |
virtual void | timerEvent (QTimerEvent *event) |
|
read |
|
read |
|
read |
|
read |
|
read |
|
readwrite |
|
read |
|
readwrite |
|
readwrite |
QWebFrameProto::QWebFrameProto | ( | QObject * | parent | ) |
Q_INVOKABLE QUrl QWebFrameProto::baseUrl | ( | ) | const |
QList< QWebFrame * > QWebFrameProto::childFrames | ( | ) | const |
Q_INVOKABLE QSize QWebFrameProto::contentsSize | ( | ) | const |
|
signal |
QWebElement QWebFrameProto::documentElement | ( | ) | const |
QWebElementCollection QWebFrameProto::findAllElements | ( | const QString & | selectorQuery | ) | const |
QWebElement QWebFrameProto::findFirstElement | ( | const QString & | selectorQuery | ) | const |
QString QWebFrameProto::frameName | ( | ) | const |
QRect QWebFrameProto::geometry | ( | ) | const |
bool QWebFrameProto::hasFocus | ( | ) | const |
QWebHitTestResult QWebFrameProto::hitTestContent | ( | const QPoint & | pos | ) | const |
Q_INVOKABLE QIcon QWebFrameProto::icon | ( | ) | const |
|
signal |
|
signal |
|
signal |
void QWebFrameProto::load | ( | const QUrl & | url | ) |
void QWebFrameProto::load | ( | const QNetworkRequest & | req, |
QNetworkAccessManager::Operation | operation = QNetworkAccessManager::GetOperation , |
||
const QByteArray & | body = QByteArray() |
||
) |
|
signal |
|
signal |
QWebPage * QWebFrameProto::page | ( | ) | const |
|
signal |
QWebFrame * QWebFrameProto::parentFrame | ( | ) | const |
QPoint QWebFrameProto::pos | ( | ) | const |
|
slot |
Q_INVOKABLE QUrl QWebFrameProto::requestedUrl | ( | ) | const |
void QWebFrameProto::scroll | ( | int | dx, |
int | dy | ||
) |
QRect QWebFrameProto::scrollBarGeometry | ( | Qt::Orientation | orientation | ) | const |
int QWebFrameProto::scrollBarMaximum | ( | Qt::Orientation | orientation | ) | const |
int QWebFrameProto::scrollBarMinimum | ( | Qt::Orientation | orientation | ) | const |
Qt::ScrollBarPolicy QWebFrameProto::scrollBarPolicy | ( | Qt::Orientation | orientation | ) | const |
int QWebFrameProto::scrollBarValue | ( | Qt::Orientation | orientation | ) | const |
Q_INVOKABLE QPoint QWebFrameProto::scrollPosition | ( | ) | const |
void QWebFrameProto::scrollToAnchor | ( | const QString & | anchor | ) |
QWebSecurityOrigin QWebFrameProto::securityOrigin | ( | ) | const |
void QWebFrameProto::setContent | ( | const QByteArray & | data, |
const QString & | mimeType = QString() , |
||
const QUrl & | baseUrl = QUrl() |
||
) |
void QWebFrameProto::setFocus | ( | ) |
void QWebFrameProto::setScrollBarPolicy | ( | Qt::Orientation | orientation, |
Qt::ScrollBarPolicy | policy | ||
) |
void QWebFrameProto::setScrollBarValue | ( | Qt::Orientation | orientation, |
int | value | ||
) |
void QWebFrameProto::setScrollPosition | ( | const QPoint & | pos | ) |
void QWebFrameProto::setTextSizeMultiplier | ( | qreal | factor | ) |
void QWebFrameProto::setUrl | ( | const QUrl & | url | ) |
void QWebFrameProto::setZoomFactor | ( | qreal | factor | ) |
qreal QWebFrameProto::textSizeMultiplier | ( | ) | const |
Q_INVOKABLE QString QWebFrameProto::title | ( | ) | const |
|
signal |
QString QWebFrameProto::toHtml | ( | ) | const |
QString QWebFrameProto::toPlainText | ( | ) | const |
Q_INVOKABLE QUrl QWebFrameProto::url | ( | ) | const |
|
signal |
Q_INVOKABLE qreal QWebFrameProto::zoomFactor | ( | ) | const |
Generated on Fri Aug 11 2017 | xTuple ERP Programmer Reference, Version 4.11.0 |
![]() |