|
| QWebViewProto (QObject *parent) |
|
virtual | ~QWebViewProto () |
|
bool | blockSignals (bool block) |
|
const QObjectList & | children () const |
|
QMetaObject::Connection | connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) 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 |
|
void | dumpObjectInfo () |
|
void | dumpObjectTree () |
|
QList< QByteArray > | dynamicPropertyNames () const |
|
Q_INVOKABLE bool | event (QEvent *e) |
|
virtual bool | eventFilter (QObject *watched, QEvent *event) |
|
T | findChild (const QString &name, Qt::FindChildOptions options) const |
|
QList< T > | findChildren (const QString &name, Qt::FindChildOptions options) const |
|
QList< T > | findChildren (const QRegExp ®Exp, Qt::FindChildOptions options) const |
|
QList< T > | findChildren (const QRegularExpression &re, Qt::FindChildOptions options) const |
|
Q_INVOKABLE bool | findText (const QString &subString, QWebPage::FindFlags options=0) |
|
Q_INVOKABLE bool | hasSelection () const |
|
Q_INVOKABLE QWebHistory * | history () const |
|
Q_INVOKABLE QIcon | icon () const |
|
bool | inherits (const char *className) const |
|
Q_INVOKABLE QVariant | inputMethodQuery (Qt::InputMethodQuery property) const |
|
void | installEventFilter (QObject *filterObj) |
|
Q_INVOKABLE bool | isModified () const |
|
bool | isWidgetType () const |
|
bool | isWindowType () const |
|
void | killTimer (int id) |
|
Q_INVOKABLE void | load (const QUrl &url) |
|
Q_INVOKABLE void | load (const QNetworkRequest &request, QNetworkAccessManager::Operation operation=QNetworkAccessManager::GetOperation, const QByteArray &body=QByteArray()) |
|
virtual const QMetaObject * | metaObject () const |
|
void | moveToThread (QThread *targetThread) |
|
QString | objectName () const |
|
void | objectNameChanged (const QString &objectName) |
|
Q_INVOKABLE QWebPage * | page () const |
|
Q_INVOKABLE QAction * | pageAction (QWebPage::WebAction action) const |
|
QObject * | parent () const |
|
QVariant | property (const char *name) const |
|
void | removeEventFilter (QObject *obj) |
|
Q_INVOKABLE QPainter::RenderHints | renderHints () const |
|
Q_INVOKABLE QString | selectedHtml () const |
|
Q_INVOKABLE QString | selectedText () const |
|
Q_INVOKABLE void | setContent (const QByteArray &data, const QString &mimeType=QString(), const QUrl &baseUrl=QUrl()) |
|
Q_INVOKABLE void | setHtml (const QString &html, const QUrl &baseUrl=QUrl()) |
|
void | setObjectName (const QString &name) |
|
Q_INVOKABLE void | setPage (QWebPage *page) |
|
void | setParent (QObject *parent) |
|
bool | setProperty (const char *name, const QVariant &value) |
|
Q_INVOKABLE void | setRenderHint (QPainter::RenderHint hint, bool enabled=true) |
|
Q_INVOKABLE void | setRenderHints (QPainter::RenderHints hints) |
|
Q_INVOKABLE void | setTextSizeMultiplier (qreal factor) |
|
Q_INVOKABLE QWebSettings * | settings () const |
|
Q_INVOKABLE void | setUrl (const QUrl &url) |
|
Q_INVOKABLE void | setZoomFactor (qreal factor) |
|
bool | signalsBlocked () const |
|
Q_INVOKABLE QSize | sizeHint () const |
|
int | startTimer (int interval, Qt::TimerType timerType) |
|
Q_INVOKABLE qreal | textSizeMultiplier () const |
|
QThread * | thread () const |
|
Q_INVOKABLE QString | title () const |
|
Q_INVOKABLE void | triggerPageAction (QWebPage::WebAction action, bool checked=false) |
|
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) |
|