|
| | QUrlProto (QObject *parent=0) |
| |
| Q_INVOKABLE void | addEncodedQueryItem (const QByteArray &key, const QByteArray &value) |
| |
| Q_INVOKABLE void | addQueryItem (const QString &key, const QString &value) |
| |
| Q_INVOKABLE QList< QByteArray > | allEncodedQueryItemValues (const QByteArray &key) const |
| |
| Q_INVOKABLE QStringList | allQueryItemValues (const QString &key) const |
| |
| QScriptValue | argument (int index) const |
| |
| int | argumentCount () const |
| |
| Q_INVOKABLE QString | authority () const |
| |
| bool | blockSignals (bool block) |
| |
| QObject * | child (const char *objName, const char *inheritsClass, bool recursiveSearch) const |
| |
| const QObjectList & | children () const |
| |
| const char * | className () const |
| |
| Q_INVOKABLE void | clear () |
| |
| bool | connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const |
| |
| QScriptContext * | context () const |
| |
| void | deleteLater () |
| |
| void | destroyed (QObject *obj) |
| |
| bool | disconnect (const char *signal, const QObject *receiver, const char *method) |
| |
| bool | disconnect (const QObject *receiver, const char *method) |
| |
| void | dumpObjectInfo () |
| |
| void | dumpObjectTree () |
| |
| QList< QByteArray > | dynamicPropertyNames () const |
| |
| Q_INVOKABLE QByteArray | encodedFragment () const |
| |
| Q_INVOKABLE QByteArray | encodedHost () const |
| |
| Q_INVOKABLE QByteArray | encodedPassword () const |
| |
| Q_INVOKABLE QByteArray | encodedPath () const |
| |
| Q_INVOKABLE QByteArray | encodedQuery () const |
| |
Q_INVOKABLE QList< QPair
< QByteArray, QByteArray > > | encodedQueryItems () const |
| |
| Q_INVOKABLE QByteArray | encodedQueryItemValue (const QByteArray &key) const |
| |
| Q_INVOKABLE QByteArray | encodedUserName () const |
| |
| QScriptEngine * | engine () const |
| |
| Q_INVOKABLE QString | errorString () const |
| |
| virtual bool | event (QEvent *e) |
| |
| virtual bool | eventFilter (QObject *watched, QEvent *event) |
| |
| T | findChild (const QString &name) const |
| |
| QList< T > | findChildren (const QString &name) const |
| |
| QList< T > | findChildren (const QRegExp ®Exp) const |
| |
| Q_INVOKABLE QString | fragment () const |
| |
| Q_INVOKABLE bool | hasEncodedQueryItem (const QByteArray &key) const |
| |
| Q_INVOKABLE bool | hasFragment () const |
| |
| Q_INVOKABLE bool | hasQuery () const |
| |
| Q_INVOKABLE bool | hasQueryItem (const QString &key) const |
| |
| Q_INVOKABLE QString | host () const |
| |
| bool | inherits (const char *className) const |
| |
| void | insertChild (QObject *object) |
| |
| void | installEventFilter (QObject *filterObj) |
| |
| bool | isA (const char *className) const |
| |
| Q_INVOKABLE bool | isEmpty () const |
| |
| Q_INVOKABLE bool | isParentOf (const QUrl &childUrl) const |
| |
| Q_INVOKABLE bool | isRelative () const |
| |
| Q_INVOKABLE bool | isValid () const |
| |
| bool | isWidgetType () const |
| |
| void | killTimer (int id) |
| |
| virtual const QMetaObject * | metaObject () const |
| |
| void | moveToThread (QThread *targetThread) |
| |
| const char * | name () const |
| |
| const char * | name (const char *defaultName) const |
| |
| QString | objectName () const |
| |
| QObject * | parent () const |
| |
| Q_INVOKABLE QString | password () const |
| |
| Q_INVOKABLE QString | path () const |
| |
| Q_INVOKABLE int | port () const |
| |
| Q_INVOKABLE int | port (int defaultPort) const |
| |
| QVariant | property (const char *name) const |
| |
Q_INVOKABLE QList< QPair
< QString, QString > > | queryItems () const |
| |
| Q_INVOKABLE QString | queryItemValue (const QString &key) const |
| |
| Q_INVOKABLE char | queryPairDelimiter () const |
| |
| Q_INVOKABLE char | queryValueDelimiter () const |
| |
| Q_INVOKABLE void | removeAllEncodedQueryItems (const QByteArray &key) |
| |
| Q_INVOKABLE void | removeAllQueryItems (const QString &key) |
| |
| void | removeChild (QObject *object) |
| |
| Q_INVOKABLE void | removeEncodedQueryItem (const QByteArray &key) |
| |
| void | removeEventFilter (QObject *obj) |
| |
| Q_INVOKABLE void | removeQueryItem (const QString &key) |
| |
| Q_INVOKABLE QUrl | resolved (const QUrl &relative) const |
| |
| Q_INVOKABLE QString | scheme () const |
| |
| Q_INVOKABLE void | setAuthority (const QString &authority) |
| |
| Q_INVOKABLE void | setEncodedFragment (const QByteArray &fragment) |
| |
| Q_INVOKABLE void | setEncodedHost (const QByteArray &host) |
| |
| Q_INVOKABLE void | setEncodedPassword (const QByteArray &password) |
| |
| Q_INVOKABLE void | setEncodedPath (const QByteArray &path) |
| |
| Q_INVOKABLE void | setEncodedQuery (const QByteArray &query) |
| |
| Q_INVOKABLE void | setEncodedQueryItems (const QList< QPair< QByteArray, QByteArray > > &query) |
| |
| Q_INVOKABLE void | setEncodedUrl (const QByteArray &encodedUrl) |
| |
| Q_INVOKABLE void | setEncodedUrl (const QByteArray &encodedUrl, QUrl::ParsingMode parsingMode) |
| |
| Q_INVOKABLE void | setEncodedUserName (const QByteArray &userName) |
| |
| Q_INVOKABLE void | setFragment (const QString &fragment) |
| |
| Q_INVOKABLE void | setHost (const QString &host) |
| |
| void | setName (const char *name) |
| |
| void | setObjectName (const QString &name) |
| |
| void | setParent (QObject *parent) |
| |
| Q_INVOKABLE void | setPassword (const QString &password) |
| |
| Q_INVOKABLE void | setPath (const QString &path) |
| |
| Q_INVOKABLE void | setPort (int port) |
| |
| bool | setProperty (const char *name, const QVariant &value) |
| |
| Q_INVOKABLE void | setQueryDelimiters (char valueDelimiter, char pairDelimiter) |
| |
| Q_INVOKABLE void | setQueryItems (const QList< QPair< QString, QString > > &query) |
| |
| Q_INVOKABLE void | setQueryItems (const QVariantMap &map) |
| |
| Q_INVOKABLE void | setScheme (const QString &scheme) |
| |
| Q_INVOKABLE void | setUrl (const QString &url) |
| |
| Q_INVOKABLE void | setUrl (const QString &url, QUrl::ParsingMode parsingMode) |
| |
| Q_INVOKABLE void | setUserInfo (const QString &userInfo) |
| |
| Q_INVOKABLE void | setUserName (const QString &userName) |
| |
| bool | signalsBlocked () const |
| |
| int | startTimer (int interval) |
| |
| QScriptValue | thisObject () const |
| |
| QThread * | thread () const |
| |
| Q_INVOKABLE QByteArray | toEncoded (QUrl::FormattingOptions options=QUrl::None) const |
| |
| Q_INVOKABLE QString | toLocalFile () const |
| |
| Q_INVOKABLE QString | userInfo () const |
| |
| Q_INVOKABLE QString | userName () const |
| |
|
| bool | connect (const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type) |
| |
| bool | connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type) |
| |
| bool | disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *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) |
| |