appendPath(const QString &pathToAppend) | swift::misc::network::CUrl | |
appendQuery(const QString &queryToAppend) | swift::misc::network::CUrl | |
appendQuery(const QString &key, const QString &value) | swift::misc::network::CUrl | |
apply(const CPropertyIndexVariantMap &indexMap, bool skipEqualValues=false) | swift::misc::mixin::Index< Derived > | |
base_type typedef | swift::misc::CValueObject< CUrl > | |
CEmpty()=default | swift::misc::CValueObject< CUrl > | protected |
CEmpty(const CEmpty &)=default | swift::misc::CValueObject< CUrl > | protected |
swift::misc::CEmpty::CEmpty(const CEmpty &)=default | swift::misc::CEmpty | protected |
ColumnIndex enum name | swift::misc::network::CUrl | |
comparePropertyByIndex(CPropertyIndexRef index, const Derived &compareValue) const | swift::misc::mixin::Index< Derived > | |
convertFromJson(const QJsonObject &json) | swift::misc::network::CUrl | |
CValueObject< CUrl >::convertFromJson(const QString &jsonString, bool acceptCacheFormat=false) | swift::misc::mixin::JsonByMetaClass< Derived > | |
convertToQString(bool i18n=false) const | swift::misc::network::CUrl | |
CUrl(const QString &fullUrl=QString()) | swift::misc::network::CUrl | |
CUrl(const char *url) | swift::misc::network::CUrl | |
CUrl(const QUrl &url) | swift::misc::network::CUrl | |
CUrl(const QString &address, int port) | swift::misc::network::CUrl | |
CUrl(const QString &scheme, const QString &address, int port, const QString &path) | swift::misc::network::CUrl | |
CValueObject()=default | swift::misc::CValueObject< CUrl > | protected |
CValueObject(const CValueObject &)=default | swift::misc::CValueObject< CUrl > | protected |
equalsPropertyByIndex(const QVariant &compareValue, CPropertyIndexRef index) const | swift::misc::mixin::Index< Derived > | |
fromJson(const QJsonObject &json) | swift::misc::mixin::JsonByMetaClass< Derived > | static |
fromJson(const QString &jsonString, bool acceptCacheJson=false) | swift::misc::mixin::JsonByMetaClass< Derived > | static |
fromJsonNoThrow(const QString &jsonString, bool acceptCacheJson, bool &success, QString &errMsg) | swift::misc::mixin::JsonByMetaClass< Derived > | static |
fromLocalFile(const QString &localFile) | swift::misc::network::CUrl | static |
getClassName() const | swift::misc::mixin::MetaType< Derived > | |
getFileName() const | swift::misc::network::CUrl | |
getFileSuffix() const | swift::misc::network::CUrl | |
getFileSuffixPlusDot() const | swift::misc::network::CUrl | |
getFullUrl(bool withQuery=true) const | swift::misc::network::CUrl | |
getHost() const | swift::misc::network::CUrl | inline |
getMetaTypeId() const | swift::misc::mixin::MetaType< Derived > | |
getPath() const | swift::misc::network::CUrl | inline |
getPort() const | swift::misc::network::CUrl | |
getQuery() const | swift::misc::network::CUrl | inline |
getScheme() const | swift::misc::network::CUrl | inline |
hasDefaultPort() const | swift::misc::network::CUrl | |
hasFragment() const | swift::misc::network::CUrl | |
hasPath() const | swift::misc::network::CUrl | inline |
hasPort() const | swift::misc::network::CUrl | |
hasQuery() const | swift::misc::network::CUrl | |
hasScheme() const | swift::misc::network::CUrl | inline |
IndexHost enum value (defined in swift::misc::network::CUrl) | swift::misc::network::CUrl | |
IndexIcon enum value (defined in swift::misc::mixin::Index< Derived >) | swift::misc::mixin::Index< Derived > | |
IndexPath enum value (defined in swift::misc::network::CUrl) | swift::misc::network::CUrl | |
IndexPixmap enum value (defined in swift::misc::mixin::Index< Derived >) | swift::misc::mixin::Index< Derived > | |
IndexPort enum value (defined in swift::misc::network::CUrl) | swift::misc::network::CUrl | |
IndexQuery enum value (defined in swift::misc::network::CUrl) | swift::misc::network::CUrl | |
IndexScheme enum value (defined in swift::misc::network::CUrl) | swift::misc::network::CUrl | |
IndexString enum value (defined in swift::misc::mixin::Index< Derived >) | swift::misc::mixin::Index< Derived > | |
isA(int metaTypeId) const | swift::misc::mixin::MetaType< Derived > | |
isDefaultPort(const QString &protocol, int port) | swift::misc::network::CUrl | static |
isEmpty() const | swift::misc::network::CUrl | |
isExecutableFile() const | swift::misc::network::CUrl | |
isFile() const | swift::misc::network::CUrl | |
isFileWithSuffix(const QString &suffix={}) const | swift::misc::network::CUrl | |
isHavingHtmlSuffix() const | swift::misc::network::CUrl | |
isSwiftInstaller() const | swift::misc::network::CUrl | |
marshallToDbus(QDBusArgument &arg, Tags...) const | swift::misc::mixin::DBusByMetaClass< Derived, Tags > | |
marshalToDataStream(QDataStream &stream) const | swift::misc::mixin::DataStreamByMetaClass< Derived > | |
operator QUrl() const | swift::misc::network::CUrl | inline |
operator=(const CValueObject &)=default | swift::misc::CValueObject< CUrl > | protected |
swift::misc::CEmpty::operator=(const CEmpty &)=default | swift::misc::CEmpty | protected |
pathEndsWith(const QString &ending, Qt::CaseSensitivity cs=Qt::CaseInsensitive) const | swift::misc::network::CUrl | |
propertyByIndex(swift::misc::CPropertyIndexRef index) const | swift::misc::network::CUrl | |
protocolToDefaultPort(const QString &protocol) | swift::misc::network::CUrl | static |
registerMetadata() | swift::misc::mixin::MetaType< Derived > | static |
setFragment(const QString &fragment) | swift::misc::network::CUrl | |
setFullUrl(const QString &fullUrl) | swift::misc::network::CUrl | |
setHost(const QString &address) | swift::misc::network::CUrl | inline |
setPath(const QString &path) | swift::misc::network::CUrl | |
setPort(int port) | swift::misc::network::CUrl | inline |
setPropertyByIndex(swift::misc::CPropertyIndexRef index, const QVariant &variant) | swift::misc::network::CUrl | |
setQuery(const QString &query) | swift::misc::network::CUrl | |
setQUrl(const QUrl &url) | swift::misc::network::CUrl | |
setScheme(const QString &protocol) | swift::misc::network::CUrl | |
stringForStreaming() const | swift::misc::mixin::String< Derived > | |
toIcon() const | swift::misc::mixin::Icon< Derived, IconIndex > | |
toJson() const | swift::misc::network::CUrl | |
toJsonString(QJsonDocument::JsonFormat format=QJsonDocument::Indented) const | swift::misc::mixin::JsonByMetaClass< Derived > | |
toNetworkRequest() const | swift::misc::network::CUrl | |
toQString(bool i18n=false) const | swift::misc::mixin::String< Derived > | |
toQUrl() const | swift::misc::network::CUrl | |
toStdString(bool i18n=false) const | swift::misc::mixin::String< Derived > | |
unmarshalFromDataStream(QDataStream &stream) | swift::misc::mixin::DataStreamByMetaClass< Derived > | |
unmarshallFromDbus(const QDBusArgument &arg, Tags...) | swift::misc::mixin::DBusByMetaClass< Derived, Tags > | |
withAppendedPath(const QString &path) const | swift::misc::network::CUrl | |
withAppendedQuery(const QString &query) const | swift::misc::network::CUrl | |
withSwitchedScheme(const QString &protocol, int port) const | swift::misc::network::CUrl | |
~CEmpty()=default | swift::misc::CEmpty | protected |
~CValueObject()=default | swift::misc::CValueObject< CUrl > | protected |