Notation used in Ruby API documentation
Module: QtCore
Description: Binding of QUrl
Sub-classes: FormattingOption, QFlags_FormattingOption, ParsingMode, QFlags_ParsingMode
new QUrl | new | Constructor QUrl::QUrl() | |
new QUrl | new | (string url) | Constructor QUrl::QUrl(const QString &url) |
new QUrl | new | (string url, const QUrl_ParsingMode mode) | Constructor QUrl::QUrl(const QString &url, QUrl::ParsingMode mode) |
new QUrl | new | (const QUrl copy) | Constructor QUrl::QUrl(const QUrl ©) |
[const] | bool | != | (const QUrl url) | Method bool QUrl::operator !=(const QUrl &url) |
[const] | bool | < | (const QUrl url) | Method bool QUrl::operator <(const QUrl &url) |
[const] | bool | == | (const QUrl url) | Method bool QUrl::operator ==(const QUrl &url) |
void | _assign | (const QUrl other) | Assigns another object to self | |
[const] | QUrl ptr | _const_cast | Returns a non-const reference to self. | |
void | _create | Ensures the C++ object is created | ||
void | _destroy | Explicitly destroys the object | ||
[const] | bool | _destroyed? | Returns a value indicating whether the object was already destroyed | |
[const] | bool | _is_const_object? | Returns a value indicating whether the reference is a const reference | |
void | _manage | Marks the object as managed by the script side. | ||
void | _unmanage | Marks the object as no longer owned by the script side. | ||
void | addEncodedQueryItem | (bytes key, bytes value) | Method void QUrl::addEncodedQueryItem(const QByteArray &key, const QByteArray &value) | |
void | addQueryItem | (string key, string value) | Method void QUrl::addQueryItem(const QString &key, const QString &value) | |
[const] | bytes[] | allEncodedQueryItemValues | (bytes key) | Method QList<QByteArray> QUrl::allEncodedQueryItemValues(const QByteArray &key) |
[const] | string[] | allQueryItemValues | (string key) | Method QStringList QUrl::allQueryItemValues(const QString &key) |
QUrl | assign | (const QUrl copy) | Method QUrl &QUrl::operator =(const QUrl ©) | |
QUrl | assign | (string url) | Method QUrl &QUrl::operator =(const QString &url) | |
[const] | string | authority | Method QString QUrl::authority() | |
void | authority= | (string authority) | Method void QUrl::setAuthority(const QString &authority) | |
void | clear | Method void QUrl::clear() | ||
void | detach | Method void QUrl::detach() | ||
[const] | new QUrl ptr | dup | Creates a copy of self | |
[const] | bytes | encodedFragment | Method QByteArray QUrl::encodedFragment() | |
void | encodedFragment= | (bytes fragment) | Method void QUrl::setEncodedFragment(const QByteArray &fragment) | |
[const] | bytes | encodedHost | Method QByteArray QUrl::encodedHost() | |
void | encodedHost= | (bytes host) | Method void QUrl::setEncodedHost(const QByteArray &host) | |
[const] | bytes | encodedPassword | Method QByteArray QUrl::encodedPassword() | |
void | encodedPassword= | (bytes password) | Method void QUrl::setEncodedPassword(const QByteArray &password) | |
[const] | bytes | encodedPath | Method QByteArray QUrl::encodedPath() | |
void | encodedPath= | (bytes path) | Method void QUrl::setEncodedPath(const QByteArray &path) | |
[const] | bytes | encodedQuery | Method QByteArray QUrl::encodedQuery() | |
void | encodedQuery= | (bytes query) | Method void QUrl::setEncodedQuery(const QByteArray &query) | |
[const] | bytes | encodedQueryItemValue | (bytes key) | Method QByteArray QUrl::encodedQueryItemValue(const QByteArray &key) |
[const] | QPair_QByteArray_QByteArray[] | encodedQueryItems | Method QList<QPair<QByteArray, QByteArray> > QUrl::encodedQueryItems() | |
void | encodedQueryItems= | (QPair_QByteArray_QByteArray[] query) | Method void QUrl::setEncodedQueryItems(const QList<QPair<QByteArray, QByteArray> > &query) | |
[const] | bytes | encodedUserName | Method QByteArray QUrl::encodedUserName() | |
void | encodedUserName= | (bytes userName) | Method void QUrl::setEncodedUserName(const QByteArray &userName) | |
[const] | string | errorString | Method QString QUrl::errorString() | |
[const] | string | fragment | Method QString QUrl::fragment() | |
void | fragment= | (string fragment) | Method void QUrl::setFragment(const QString &fragment) | |
[const] | bool | hasEncodedQueryItem | (bytes key) | Method bool QUrl::hasEncodedQueryItem(const QByteArray &key) |
[const] | bool | hasFragment | Method bool QUrl::hasFragment() | |
[const] | bool | hasQuery | Method bool QUrl::hasQuery() | |
[const] | bool | hasQueryItem | (string key) | Method bool QUrl::hasQueryItem(const QString &key) |
[const] | string | host | Method QString QUrl::host() | |
void | host= | (string host) | Method void QUrl::setHost(const QString &host) | |
[const] | bool | isDetached? | Method bool QUrl::isDetached() | |
[const] | bool | isEmpty? | Method bool QUrl::isEmpty() | |
[const] | bool | isParentOf? | (const QUrl url) | Method bool QUrl::isParentOf(const QUrl &url) |
[const] | bool | isRelative? | Method bool QUrl::isRelative() | |
[const] | bool | isValid? | Method bool QUrl::isValid() | |
[const] | string | password | Method QString QUrl::password() | |
void | password= | (string password) | Method void QUrl::setPassword(const QString &password) | |
[const] | string | path | Method QString QUrl::path() | |
void | path= | (string path) | Method void QUrl::setPath(const QString &path) | |
[const] | int | port | Method int QUrl::port() | |
[const] | int | port | (int defaultPort) | Method int QUrl::port(int defaultPort) |
void | port= | (int port) | Method void QUrl::setPort(int port) | |
[const] | string | queryItemValue | (string key) | Method QString QUrl::queryItemValue(const QString &key) |
[const] | QPair_QString_QString[] | queryItems | Method QList<QPair<QString, QString> > QUrl::queryItems() | |
void | queryItems= | (QPair_QString_QString[] query) | Method void QUrl::setQueryItems(const QList<QPair<QString, QString> > &query) | |
[const] | char | queryPairDelimiter | Method char QUrl::queryPairDelimiter() | |
[const] | char | queryValueDelimiter | Method char QUrl::queryValueDelimiter() | |
void | removeAllEncodedQueryItems | (bytes key) | Method void QUrl::removeAllEncodedQueryItems(const QByteArray &key) | |
void | removeAllQueryItems | (string key) | Method void QUrl::removeAllQueryItems(const QString &key) | |
void | removeEncodedQueryItem | (bytes key) | Method void QUrl::removeEncodedQueryItem(const QByteArray &key) | |
void | removeQueryItem | (string key) | Method void QUrl::removeQueryItem(const QString &key) | |
[const] | QUrl | resolved | (const QUrl relative) | Method QUrl QUrl::resolved(const QUrl &relative) |
[const] | string | scheme | Method QString QUrl::scheme() | |
void | scheme= | (string scheme) | Method void QUrl::setScheme(const QString &scheme) | |
void | setAuthority | (string authority) | Method void QUrl::setAuthority(const QString &authority) | |
void | setEncodedFragment | (bytes fragment) | Method void QUrl::setEncodedFragment(const QByteArray &fragment) | |
void | setEncodedHost | (bytes host) | Method void QUrl::setEncodedHost(const QByteArray &host) | |
void | setEncodedPassword | (bytes password) | Method void QUrl::setEncodedPassword(const QByteArray &password) | |
void | setEncodedPath | (bytes path) | Method void QUrl::setEncodedPath(const QByteArray &path) | |
void | setEncodedQuery | (bytes query) | Method void QUrl::setEncodedQuery(const QByteArray &query) | |
void | setEncodedQueryItems | (QPair_QByteArray_QByteArray[] query) | Method void QUrl::setEncodedQueryItems(const QList<QPair<QByteArray, QByteArray> > &query) | |
void | setEncodedUrl | (bytes url) | Method void QUrl::setEncodedUrl(const QByteArray &url) | |
void | setEncodedUrl | (bytes url, const QUrl_ParsingMode mode) | Method void QUrl::setEncodedUrl(const QByteArray &url, QUrl::ParsingMode mode) | |
void | setEncodedUserName | (bytes userName) | Method void QUrl::setEncodedUserName(const QByteArray &userName) | |
void | setFragment | (string fragment) | Method void QUrl::setFragment(const QString &fragment) | |
void | setHost | (string host) | Method void QUrl::setHost(const QString &host) | |
void | setPassword | (string password) | Method void QUrl::setPassword(const QString &password) | |
void | setPath | (string path) | Method void QUrl::setPath(const QString &path) | |
void | setPort | (int port) | Method void QUrl::setPort(int port) | |
void | setQueryDelimiters | (char valueDelimiter, char pairDelimiter) | Method void QUrl::setQueryDelimiters(char valueDelimiter, char pairDelimiter) | |
void | setQueryItems | (QPair_QString_QString[] query) | Method void QUrl::setQueryItems(const QList<QPair<QString, QString> > &query) | |
void | setScheme | (string scheme) | Method void QUrl::setScheme(const QString &scheme) | |
void | setUrl | (string url) | Method void QUrl::setUrl(const QString &url) | |
void | setUrl | (string url, const QUrl_ParsingMode mode) | Method void QUrl::setUrl(const QString &url, QUrl::ParsingMode mode) | |
void | setUserInfo | (string userInfo) | Method void QUrl::setUserInfo(const QString &userInfo) | |
void | setUserName | (string userName) | Method void QUrl::setUserName(const QString &userName) | |
[const] | bytes | toEncoded | (QUrl_QFlags_FormattingOption options = QUrl::None) | Method QByteArray QUrl::toEncoded(QFlags<QUrl::FormattingOption> options) |
[const] | string | toLocalFile | Method QString QUrl::toLocalFile() | |
[const] | string | toString | (QUrl_QFlags_FormattingOption options = QUrl::None) | Method QString QUrl::toString(QFlags<QUrl::FormattingOption> options) |
[const] | string | userInfo | Method QString QUrl::userInfo() | |
void | userInfo= | (string userInfo) | Method void QUrl::setUserInfo(const QString &userInfo) | |
[const] | string | userName | Method QString QUrl::userName() | |
void | userName= | (string userName) | Method void QUrl::setUserName(const QString &userName) |
[static,const] | QUrl_FormattingOption | None | Enum constant QUrl::None | |
[static,const] | QUrl_FormattingOption | RemoveAuthority | Enum constant QUrl::RemoveAuthority | |
[static,const] | QUrl_FormattingOption | RemoveFragment | Enum constant QUrl::RemoveFragment | |
[static,const] | QUrl_FormattingOption | RemovePassword | Enum constant QUrl::RemovePassword | |
[static,const] | QUrl_FormattingOption | RemovePath | Enum constant QUrl::RemovePath | |
[static,const] | QUrl_FormattingOption | RemovePort | Enum constant QUrl::RemovePort | |
[static,const] | QUrl_FormattingOption | RemoveQuery | Enum constant QUrl::RemoveQuery | |
[static,const] | QUrl_FormattingOption | RemoveScheme | Enum constant QUrl::RemoveScheme | |
[static,const] | QUrl_FormattingOption | RemoveUserInfo | Enum constant QUrl::RemoveUserInfo | |
[static,const] | QUrl_ParsingMode | StrictMode | Enum constant QUrl::StrictMode | |
[static,const] | QUrl_FormattingOption | StripTrailingSlash | Enum constant QUrl::StripTrailingSlash | |
[static,const] | QUrl_ParsingMode | TolerantMode | Enum constant QUrl::TolerantMode | |
string | fromAce | (bytes arg1) | Static method QString QUrl::fromAce(const QByteArray &) | |
QUrl | fromEncoded | (bytes url) | Static method QUrl QUrl::fromEncoded(const QByteArray &url) | |
QUrl | fromEncoded | (bytes url, const QUrl_ParsingMode mode) | Static method QUrl QUrl::fromEncoded(const QByteArray &url, QUrl::ParsingMode mode) | |
QUrl | fromLocalFile | (string localfile) | Static method QUrl QUrl::fromLocalFile(const QString &localfile) | |
string | fromPercentEncoding | (bytes arg1) | Static method QString QUrl::fromPercentEncoding(const QByteArray &) | |
string | fromPunycode | (bytes arg1) | Static method QString QUrl::fromPunycode(const QByteArray &) | |
QUrl | fromUserInput | (string userInput) | Static method QUrl QUrl::fromUserInput(const QString &userInput) | |
string[] | idnWhitelist | Static method QStringList QUrl::idnWhitelist() | ||
void | idnWhitelist= | (string[] arg1) | Static method void QUrl::setIdnWhitelist(const QStringList &) | |
void | setIdnWhitelist | (string[] arg1) | Static method void QUrl::setIdnWhitelist(const QStringList &) | |
bytes | toAce | (string arg1) | Static method QByteArray QUrl::toAce(const QString &) | |
bytes | toPercentEncoding | (string arg1, bytes exclude = QByteArray(), bytes include = QByteArray()) | Static method QByteArray QUrl::toPercentEncoding(const QString &, const QByteArray &exclude, const QByteArray &include) | |
bytes | toPunycode | (string arg1) | Static method QByteArray QUrl::toPunycode(const QString &) |
void | create | Use of this method is deprecated. Use _create instead | ||
void | destroy | Use of this method is deprecated. Use _destroy instead | ||
[const] | bool | destroyed? | Use of this method is deprecated. Use _destroyed? instead | |
[const] | bool | is_const_object? | Use of this method is deprecated. Use _is_const_object? instead |
!= | Signature: [const] bool != (const QUrl url) Description: Method bool QUrl::operator !=(const QUrl &url) |
< | Signature: [const] bool < (const QUrl url) Description: Method bool QUrl::operator <(const QUrl &url) |
== | Signature: [const] bool == (const QUrl url) Description: Method bool QUrl::operator ==(const QUrl &url) |
None | Signature: [static,const] QUrl_FormattingOption None Description: Enum constant QUrl::None Python specific notes: |
RemoveAuthority | Signature: [static,const] QUrl_FormattingOption RemoveAuthority Description: Enum constant QUrl::RemoveAuthority Python specific notes: |
RemoveFragment | Signature: [static,const] QUrl_FormattingOption RemoveFragment Description: Enum constant QUrl::RemoveFragment Python specific notes: |
RemovePassword | Signature: [static,const] QUrl_FormattingOption RemovePassword Description: Enum constant QUrl::RemovePassword Python specific notes: |
RemovePath | Signature: [static,const] QUrl_FormattingOption RemovePath Description: Enum constant QUrl::RemovePath Python specific notes: |
RemovePort | Signature: [static,const] QUrl_FormattingOption RemovePort Description: Enum constant QUrl::RemovePort Python specific notes: |
RemoveQuery | Signature: [static,const] QUrl_FormattingOption RemoveQuery Description: Enum constant QUrl::RemoveQuery Python specific notes: |
RemoveScheme | Signature: [static,const] QUrl_FormattingOption RemoveScheme Description: Enum constant QUrl::RemoveScheme Python specific notes: |
RemoveUserInfo | Signature: [static,const] QUrl_FormattingOption RemoveUserInfo Description: Enum constant QUrl::RemoveUserInfo Python specific notes: |
StrictMode | Signature: [static,const] QUrl_ParsingMode StrictMode Description: Enum constant QUrl::StrictMode Python specific notes: |
StripTrailingSlash | Signature: [static,const] QUrl_FormattingOption StripTrailingSlash Description: Enum constant QUrl::StripTrailingSlash Python specific notes: |
TolerantMode | Signature: [static,const] QUrl_ParsingMode TolerantMode Description: Enum constant QUrl::TolerantMode Python specific notes: |
_assign | Signature: void _assign (const QUrl other) Description: Assigns another object to self |
_const_cast | Signature: [const] QUrl ptr _const_cast Description: Returns a non-const reference to self. Basically, this method allows turning a const object reference to a non-const one. This method is provided as last resort to remove the constness from an object. Usually there is a good reason for a const object reference, so using this method may have undesired side effects. This method has been introduced in version 0.29.6. |
_create | Signature: void _create Description: Ensures the C++ object is created Use this method to ensure the C++ object is created, for example to ensure that resources are allocated. Usually C++ objects are created on demand and not necessarily when the script object is created. |
_destroy | Signature: void _destroy Description: Explicitly destroys the object Explicitly destroys the object on C++ side if it was owned by the script interpreter. Subsequent access to this object will throw an exception. If the object is not owned by the script, this method will do nothing. |
_destroyed? | Signature: [const] bool _destroyed? Description: Returns a value indicating whether the object was already destroyed This method returns true, if the object was destroyed, either explicitly or by the C++ side. The latter may happen, if the object is owned by a C++ object which got destroyed itself. |
_is_const_object? | Signature: [const] bool _is_const_object? Description: Returns a value indicating whether the reference is a const reference This method returns true, if self is a const reference. In that case, only const methods may be called on self. |
_manage | Signature: void _manage Description: Marks the object as managed by the script side. After calling this method on an object, the script side will be responsible for the management of the object. This method may be called if an object is returned from a C++ function and the object is known not to be owned by any C++ instance. If necessary, the script side may delete the object if the script's reference is no longer required. Usually it's not required to call this method. It has been introduced in version 0.24. |
_unmanage | Signature: void _unmanage Description: Marks the object as no longer owned by the script side. Calling this method will make this object no longer owned by the script's memory management. Instead, the object must be managed in some other way. Usually this method may be called if it is known that some C++ object holds and manages this object. Technically speaking, this method will turn the script's reference into a weak reference. After the script engine decides to delete the reference, the object itself will still exist. If the object is not managed otherwise, memory leaks will occur. Usually it's not required to call this method. It has been introduced in version 0.24. |
addEncodedQueryItem | Signature: void addEncodedQueryItem (bytes key, bytes value) Description: Method void QUrl::addEncodedQueryItem(const QByteArray &key, const QByteArray &value) |
addQueryItem | Signature: void addQueryItem (string key, string value) Description: Method void QUrl::addQueryItem(const QString &key, const QString &value) |
allEncodedQueryItemValues | Signature: [const] bytes[] allEncodedQueryItemValues (bytes key) Description: Method QList<QByteArray> QUrl::allEncodedQueryItemValues(const QByteArray &key) |
allQueryItemValues | Signature: [const] string[] allQueryItemValues (string key) Description: Method QStringList QUrl::allQueryItemValues(const QString &key) |
assign | (1) Signature: QUrl assign (const QUrl copy) Description: Method QUrl &QUrl::operator =(const QUrl ©) |
(2) Signature: QUrl assign (string url) Description: Method QUrl &QUrl::operator =(const QString &url) | |
authority | Signature: [const] string authority Description: Method QString QUrl::authority() Python specific notes: |
authority= | Signature: void authority= (string authority) Description: Method void QUrl::setAuthority(const QString &authority) Python specific notes: |
clear | Signature: void clear Description: Method void QUrl::clear() |
create | Signature: void create Description: Ensures the C++ object is created Use of this method is deprecated. Use _create instead Use this method to ensure the C++ object is created, for example to ensure that resources are allocated. Usually C++ objects are created on demand and not necessarily when the script object is created. |
destroy | Signature: void destroy Description: Explicitly destroys the object Use of this method is deprecated. Use _destroy instead Explicitly destroys the object on C++ side if it was owned by the script interpreter. Subsequent access to this object will throw an exception. If the object is not owned by the script, this method will do nothing. |
destroyed? | Signature: [const] bool destroyed? Description: Returns a value indicating whether the object was already destroyed Use of this method is deprecated. Use _destroyed? instead This method returns true, if the object was destroyed, either explicitly or by the C++ side. The latter may happen, if the object is owned by a C++ object which got destroyed itself. |
detach | Signature: void detach Description: Method void QUrl::detach() |
dup | Signature: [const] new QUrl ptr dup Description: Creates a copy of self Python specific notes: |
encodedFragment | Signature: [const] bytes encodedFragment Description: Method QByteArray QUrl::encodedFragment() Python specific notes: |
encodedFragment= | Signature: void encodedFragment= (bytes fragment) Description: Method void QUrl::setEncodedFragment(const QByteArray &fragment) Python specific notes: |
encodedHost | Signature: [const] bytes encodedHost Description: Method QByteArray QUrl::encodedHost() Python specific notes: |
encodedHost= | Signature: void encodedHost= (bytes host) Description: Method void QUrl::setEncodedHost(const QByteArray &host) Python specific notes: |
encodedPassword | Signature: [const] bytes encodedPassword Description: Method QByteArray QUrl::encodedPassword() Python specific notes: |
encodedPassword= | Signature: void encodedPassword= (bytes password) Description: Method void QUrl::setEncodedPassword(const QByteArray &password) Python specific notes: |
encodedPath | Signature: [const] bytes encodedPath Description: Method QByteArray QUrl::encodedPath() Python specific notes: |
encodedPath= | Signature: void encodedPath= (bytes path) Description: Method void QUrl::setEncodedPath(const QByteArray &path) Python specific notes: |
encodedQuery | Signature: [const] bytes encodedQuery Description: Method QByteArray QUrl::encodedQuery() Python specific notes: |
encodedQuery= | Signature: void encodedQuery= (bytes query) Description: Method void QUrl::setEncodedQuery(const QByteArray &query) Python specific notes: |
encodedQueryItemValue | Signature: [const] bytes encodedQueryItemValue (bytes key) Description: Method QByteArray QUrl::encodedQueryItemValue(const QByteArray &key) |
encodedQueryItems | Signature: [const] QPair_QByteArray_QByteArray[] encodedQueryItems Description: Method QList<QPair<QByteArray, QByteArray> > QUrl::encodedQueryItems() Python specific notes: |
encodedQueryItems= | Signature: void encodedQueryItems= (QPair_QByteArray_QByteArray[] query) Description: Method void QUrl::setEncodedQueryItems(const QList<QPair<QByteArray, QByteArray> > &query) Python specific notes: |
encodedUserName | Signature: [const] bytes encodedUserName Description: Method QByteArray QUrl::encodedUserName() Python specific notes: |
encodedUserName= | Signature: void encodedUserName= (bytes userName) Description: Method void QUrl::setEncodedUserName(const QByteArray &userName) Python specific notes: |
errorString | Signature: [const] string errorString Description: Method QString QUrl::errorString() |
fragment | Signature: [const] string fragment Description: Method QString QUrl::fragment() Python specific notes: |
fragment= | Signature: void fragment= (string fragment) Description: Method void QUrl::setFragment(const QString &fragment) Python specific notes: |
fromAce | Signature: [static] string fromAce (bytes arg1) Description: Static method QString QUrl::fromAce(const QByteArray &) This method is static and can be called without an instance. |
fromEncoded | (1) Signature: [static] QUrl fromEncoded (bytes url) Description: Static method QUrl QUrl::fromEncoded(const QByteArray &url) This method is static and can be called without an instance. |
(2) Signature: [static] QUrl fromEncoded (bytes url, const QUrl_ParsingMode mode) Description: Static method QUrl QUrl::fromEncoded(const QByteArray &url, QUrl::ParsingMode mode) This method is static and can be called without an instance. | |
fromLocalFile | Signature: [static] QUrl fromLocalFile (string localfile) Description: Static method QUrl QUrl::fromLocalFile(const QString &localfile) This method is static and can be called without an instance. |
fromPercentEncoding | Signature: [static] string fromPercentEncoding (bytes arg1) Description: Static method QString QUrl::fromPercentEncoding(const QByteArray &) This method is static and can be called without an instance. |
fromPunycode | Signature: [static] string fromPunycode (bytes arg1) Description: Static method QString QUrl::fromPunycode(const QByteArray &) This method is static and can be called without an instance. |
fromUserInput | Signature: [static] QUrl fromUserInput (string userInput) Description: Static method QUrl QUrl::fromUserInput(const QString &userInput) This method is static and can be called without an instance. |
hasEncodedQueryItem | Signature: [const] bool hasEncodedQueryItem (bytes key) Description: Method bool QUrl::hasEncodedQueryItem(const QByteArray &key) |
hasFragment | Signature: [const] bool hasFragment Description: Method bool QUrl::hasFragment() |
hasQuery | Signature: [const] bool hasQuery Description: Method bool QUrl::hasQuery() |
hasQueryItem | Signature: [const] bool hasQueryItem (string key) Description: Method bool QUrl::hasQueryItem(const QString &key) |
host | Signature: [const] string host Description: Method QString QUrl::host() Python specific notes: |
host= | Signature: void host= (string host) Description: Method void QUrl::setHost(const QString &host) Python specific notes: |
idnWhitelist | Signature: [static] string[] idnWhitelist Description: Static method QStringList QUrl::idnWhitelist() This method is static and can be called without an instance. Python specific notes: |
idnWhitelist= | Signature: [static] void idnWhitelist= (string[] arg1) Description: Static method void QUrl::setIdnWhitelist(const QStringList &) This method is static and can be called without an instance. Python specific notes: |
isDetached? | Signature: [const] bool isDetached? Description: Method bool QUrl::isDetached() |
isEmpty? | Signature: [const] bool isEmpty? Description: Method bool QUrl::isEmpty() |
isParentOf? | Signature: [const] bool isParentOf? (const QUrl url) Description: Method bool QUrl::isParentOf(const QUrl &url) |
isRelative? | Signature: [const] bool isRelative? Description: Method bool QUrl::isRelative() |
isValid? | Signature: [const] bool isValid? Description: Method bool QUrl::isValid() |
is_const_object? | Signature: [const] bool is_const_object? Description: Returns a value indicating whether the reference is a const reference Use of this method is deprecated. Use _is_const_object? instead This method returns true, if self is a const reference. In that case, only const methods may be called on self. |
new | (1) Signature: [static] new QUrl new Description: Constructor QUrl::QUrl() This method creates an object of class QUrl. Python specific notes: |
(2) Signature: [static] new QUrl new (string url) Description: Constructor QUrl::QUrl(const QString &url) This method creates an object of class QUrl. Python specific notes: | |
(3) Signature: [static] new QUrl new (string url, const QUrl_ParsingMode mode) Description: Constructor QUrl::QUrl(const QString &url, QUrl::ParsingMode mode) This method creates an object of class QUrl. Python specific notes: | |
(4) Signature: [static] new QUrl new (const QUrl copy) Description: Constructor QUrl::QUrl(const QUrl ©) This method creates an object of class QUrl. Python specific notes: | |
password | Signature: [const] string password Description: Method QString QUrl::password() Python specific notes: |
password= | Signature: void password= (string password) Description: Method void QUrl::setPassword(const QString &password) Python specific notes: |
path | Signature: [const] string path Description: Method QString QUrl::path() Python specific notes: |
path= | Signature: void path= (string path) Description: Method void QUrl::setPath(const QString &path) Python specific notes: |
port | (1) Signature: [const] int port Description: Method int QUrl::port() Python specific notes: |
(2) Signature: [const] int port (int defaultPort) Description: Method int QUrl::port(int defaultPort) Python specific notes: | |
port= | Signature: void port= (int port) Description: Method void QUrl::setPort(int port) Python specific notes: |
queryItemValue | Signature: [const] string queryItemValue (string key) Description: Method QString QUrl::queryItemValue(const QString &key) |
queryItems | Signature: [const] QPair_QString_QString[] queryItems Description: Method QList<QPair<QString, QString> > QUrl::queryItems() Python specific notes: |
queryItems= | Signature: void queryItems= (QPair_QString_QString[] query) Description: Method void QUrl::setQueryItems(const QList<QPair<QString, QString> > &query) Python specific notes: |
queryPairDelimiter | Signature: [const] char queryPairDelimiter Description: Method char QUrl::queryPairDelimiter() |
queryValueDelimiter | Signature: [const] char queryValueDelimiter Description: Method char QUrl::queryValueDelimiter() |
removeAllEncodedQueryItems | Signature: void removeAllEncodedQueryItems (bytes key) Description: Method void QUrl::removeAllEncodedQueryItems(const QByteArray &key) |
removeAllQueryItems | Signature: void removeAllQueryItems (string key) Description: Method void QUrl::removeAllQueryItems(const QString &key) |
removeEncodedQueryItem | Signature: void removeEncodedQueryItem (bytes key) Description: Method void QUrl::removeEncodedQueryItem(const QByteArray &key) |
removeQueryItem | Signature: void removeQueryItem (string key) Description: Method void QUrl::removeQueryItem(const QString &key) |
resolved | Signature: [const] QUrl resolved (const QUrl relative) Description: Method QUrl QUrl::resolved(const QUrl &relative) |
scheme | Signature: [const] string scheme Description: Method QString QUrl::scheme() Python specific notes: |
scheme= | Signature: void scheme= (string scheme) Description: Method void QUrl::setScheme(const QString &scheme) Python specific notes: |
setAuthority | Signature: void setAuthority (string authority) Description: Method void QUrl::setAuthority(const QString &authority) Python specific notes: |
setEncodedFragment | Signature: void setEncodedFragment (bytes fragment) Description: Method void QUrl::setEncodedFragment(const QByteArray &fragment) Python specific notes: |
setEncodedHost | Signature: void setEncodedHost (bytes host) Description: Method void QUrl::setEncodedHost(const QByteArray &host) Python specific notes: |
setEncodedPassword | Signature: void setEncodedPassword (bytes password) Description: Method void QUrl::setEncodedPassword(const QByteArray &password) Python specific notes: |
setEncodedPath | Signature: void setEncodedPath (bytes path) Description: Method void QUrl::setEncodedPath(const QByteArray &path) Python specific notes: |
setEncodedQuery | Signature: void setEncodedQuery (bytes query) Description: Method void QUrl::setEncodedQuery(const QByteArray &query) Python specific notes: |
setEncodedQueryItems | Signature: void setEncodedQueryItems (QPair_QByteArray_QByteArray[] query) Description: Method void QUrl::setEncodedQueryItems(const QList<QPair<QByteArray, QByteArray> > &query) Python specific notes: |
setEncodedUrl | (1) Signature: void setEncodedUrl (bytes url) Description: Method void QUrl::setEncodedUrl(const QByteArray &url) |
(2) Signature: void setEncodedUrl (bytes url, const QUrl_ParsingMode mode) Description: Method void QUrl::setEncodedUrl(const QByteArray &url, QUrl::ParsingMode mode) | |
setEncodedUserName | Signature: void setEncodedUserName (bytes userName) Description: Method void QUrl::setEncodedUserName(const QByteArray &userName) Python specific notes: |
setFragment | Signature: void setFragment (string fragment) Description: Method void QUrl::setFragment(const QString &fragment) Python specific notes: |
setHost | Signature: void setHost (string host) Description: Method void QUrl::setHost(const QString &host) Python specific notes: |
setIdnWhitelist | Signature: [static] void setIdnWhitelist (string[] arg1) Description: Static method void QUrl::setIdnWhitelist(const QStringList &) This method is static and can be called without an instance. Python specific notes: |
setPassword | Signature: void setPassword (string password) Description: Method void QUrl::setPassword(const QString &password) Python specific notes: |
setPath | Signature: void setPath (string path) Description: Method void QUrl::setPath(const QString &path) Python specific notes: |
setPort | Signature: void setPort (int port) Description: Method void QUrl::setPort(int port) Python specific notes: |
setQueryDelimiters | Signature: void setQueryDelimiters (char valueDelimiter, char pairDelimiter) Description: Method void QUrl::setQueryDelimiters(char valueDelimiter, char pairDelimiter) |
setQueryItems | Signature: void setQueryItems (QPair_QString_QString[] query) Description: Method void QUrl::setQueryItems(const QList<QPair<QString, QString> > &query) Python specific notes: |
setScheme | Signature: void setScheme (string scheme) Description: Method void QUrl::setScheme(const QString &scheme) Python specific notes: |
setUrl | (1) Signature: void setUrl (string url) Description: Method void QUrl::setUrl(const QString &url) |
(2) Signature: void setUrl (string url, const QUrl_ParsingMode mode) Description: Method void QUrl::setUrl(const QString &url, QUrl::ParsingMode mode) | |
setUserInfo | Signature: void setUserInfo (string userInfo) Description: Method void QUrl::setUserInfo(const QString &userInfo) Python specific notes: |
setUserName | Signature: void setUserName (string userName) Description: Method void QUrl::setUserName(const QString &userName) Python specific notes: |
toAce | Signature: [static] bytes toAce (string arg1) Description: Static method QByteArray QUrl::toAce(const QString &) This method is static and can be called without an instance. |
toEncoded | Signature: [const] bytes toEncoded (QUrl_QFlags_FormattingOption options = QUrl::None) Description: Method QByteArray QUrl::toEncoded(QFlags<QUrl::FormattingOption> options) |
toLocalFile | Signature: [const] string toLocalFile Description: Method QString QUrl::toLocalFile() |
toPercentEncoding | Signature: [static] bytes toPercentEncoding (string arg1, bytes exclude = QByteArray(), bytes include = QByteArray()) Description: Static method QByteArray QUrl::toPercentEncoding(const QString &, const QByteArray &exclude, const QByteArray &include) This method is static and can be called without an instance. |
toPunycode | Signature: [static] bytes toPunycode (string arg1) Description: Static method QByteArray QUrl::toPunycode(const QString &) This method is static and can be called without an instance. |
toString | Signature: [const] string toString (QUrl_QFlags_FormattingOption options = QUrl::None) Description: Method QString QUrl::toString(QFlags<QUrl::FormattingOption> options) |
userInfo | Signature: [const] string userInfo Description: Method QString QUrl::userInfo() Python specific notes: |
userInfo= | Signature: void userInfo= (string userInfo) Description: Method void QUrl::setUserInfo(const QString &userInfo) Python specific notes: |
userName | Signature: [const] string userName Description: Method QString QUrl::userName() Python specific notes: |
userName= | Signature: void userName= (string userName) Description: Method void QUrl::setUserName(const QString &userName) Python specific notes: |