KLDAPCore::LdapUrl-members
KLDAPCore::LdapUrl Member List
This is the complete list of members for KLDAPCore::LdapUrl, including all inherited members.
AceProcessingOption enum name | QUrl | |
AceProcessingOptions typedef | QUrl | |
AceTransitionalProcessing | QUrl | |
adjusted(FormattingOptions options) const const | QUrl | |
AssumeLocalFile | QUrl | |
attributes() const | KLDAPCore::LdapUrl | |
authority(ComponentFormattingOptions options) const const | QUrl | |
clear() | QUrl | |
ComponentFormattingOption enum name | QUrl | |
ComponentFormattingOptions typedef | QUrl | |
DecodedMode | QUrl | |
DecodeReserved | QUrl | |
DefaultResolution | QUrl | |
dn() const | KLDAPCore::LdapUrl | |
EncodeDelimiters | QUrl | |
EncodeReserved | QUrl | |
EncodeSpaces | QUrl | |
EncodeUnicode | QUrl | |
errorString() const const | QUrl | |
Extension typedef | KLDAPCore::LdapUrl | |
extension(const QString &extension) const | KLDAPCore::LdapUrl | |
extension(const QString &extension, bool &critical) const | KLDAPCore::LdapUrl | |
fileName(ComponentFormattingOptions options) const const | QUrl | |
filter() const | KLDAPCore::LdapUrl | |
FormattingOptions typedef | QUrl | |
fragment(ComponentFormattingOptions options) const const | QUrl | |
fromAce(const QByteArray &domain, AceProcessingOptions options) | QUrl | static |
fromCFURL(CFURLRef url) | QUrl | static |
fromEncoded(const QByteArray &input, ParsingMode parsingMode) | QUrl | static |
fromLocalFile(const QString &localFile) | QUrl | static |
fromNSURL(const NSURL *url) | QUrl | static |
fromPercentEncoding(const QByteArray &input) | QUrl | static |
fromStringList(const QStringList &urls, ParsingMode mode) | QUrl | static |
fromUserInput(const QString &userInput, const QString &workingDirectory, UserInputResolutionOptions options) | QUrl | static |
FullyDecoded | QUrl | |
FullyEncoded | QUrl | |
hasExtension(const QString &extension) const | KLDAPCore::LdapUrl | |
hasFragment() const const | QUrl | |
hasQuery() const const | QUrl | |
host(ComponentFormattingOptions options) const const | QUrl | |
idnWhitelist() | QUrl | static |
IgnoreIDNWhitelist | QUrl | |
isEmpty() const const | QUrl | |
isLocalFile() const const | QUrl | |
isParentOf(const QUrl &childUrl) const const | QUrl | |
isRelative() const const | QUrl | |
isValid() const const | QUrl | |
LdapUrl() | KLDAPCore::LdapUrl | |
LdapUrl(const QUrl &url) | KLDAPCore::LdapUrl | explicit |
LdapUrl(const LdapUrl &other) | KLDAPCore::LdapUrl | |
matches(const QUrl &url, FormattingOptions options) const const | QUrl | |
None | QUrl | |
NormalizePathSegments | QUrl | |
operator!=(const QUrl &url) const const | QUrl | |
operator<<(QDataStream &out, const QUrl &url) | QUrl | |
operator=(const LdapUrl &other) | KLDAPCore::LdapUrl | |
QUrl::operator=(QUrl &&other) | QUrl | |
QUrl::operator=(const QString &url) | QUrl | |
QUrl::operator=(const QUrl &url) | QUrl | |
operator==(const QUrl &url) const const | QUrl | |
operator>>(QDataStream &in, QUrl &url) | QUrl | |
parseQuery() | KLDAPCore::LdapUrl | |
ParsingMode enum name | QUrl | |
password(ComponentFormattingOptions options) const const | QUrl | |
path(ComponentFormattingOptions options) const const | QUrl | |
port(int defaultPort) const const | QUrl | |
PreferLocalFile | QUrl | |
PrettyDecoded | QUrl | |
QT_NO_URL_CAST_FROM_STRINGQT_NO_URL_CAST_FROM_STRING | QUrl | |
query(ComponentFormattingOptions options) const const | QUrl | |
QUrl() | QUrl | |
QUrl(QUrl &&other) | QUrl | |
QUrl(const QString &url, ParsingMode parsingMode) | QUrl | |
QUrl(const QUrl &other) | QUrl | |
RemoveAuthority | QUrl | |
removeExtension(const QString &extension) | KLDAPCore::LdapUrl | |
RemoveFilename | QUrl | |
RemoveFragment | QUrl | |
RemovePassword | QUrl | |
RemovePath | QUrl | |
RemovePort | QUrl | |
RemoveQuery | QUrl | |
RemoveScheme | QUrl | |
RemoveUserInfo | QUrl | |
resolved(const QUrl &relative) const const | QUrl | |
scheme() const const | QUrl | |
Scope typedef | KLDAPCore::LdapUrl | |
scope() const | KLDAPCore::LdapUrl | |
setAttributes(const QStringList &attributes) | KLDAPCore::LdapUrl | |
setAuthority(const QString &authority, ParsingMode mode) | QUrl | |
setDn(const LdapDN &dn) | KLDAPCore::LdapUrl | |
setExtension(const QString &key, const Extension &extension) | KLDAPCore::LdapUrl | |
setExtension(const QString &key, const QString &value, bool critical=false) | KLDAPCore::LdapUrl | |
setExtension(const QString &key, int value, bool critical=false) | KLDAPCore::LdapUrl | |
setFilter(const QString &filter) | KLDAPCore::LdapUrl | |
setFragment(const QString &fragment, ParsingMode mode) | QUrl | |
setHost(const QString &host, ParsingMode mode) | QUrl | |
setIdnWhitelist(const QStringList &list) | QUrl | static |
setPassword(const QString &password, ParsingMode mode) | QUrl | |
setPath(const QString &path, ParsingMode mode) | QUrl | |
setPort(int port) | QUrl | |
setQuery(const QString &query, ParsingMode mode) | QUrl | |
setQuery(const QUrlQuery &query) | QUrl | |
setScheme(const QString &scheme) | QUrl | |
setScope(Scope scope) | KLDAPCore::LdapUrl | |
setUrl(const QString &url, ParsingMode parsingMode) | QUrl | |
setUserInfo(const QString &userInfo, ParsingMode mode) | QUrl | |
setUserName(const QString &userName, ParsingMode mode) | QUrl | |
StrictMode | QUrl | |
StripTrailingSlash | QUrl | |
swap(QUrl &other) | QUrl | |
toAce(const QString &domain, AceProcessingOptions options) | QUrl | static |
toCFURL() const const | QUrl | |
toDisplayString(FormattingOptions options) const const | QUrl | |
toEncoded(FormattingOptions options) const const | QUrl | |
TolerantMode | QUrl | |
toLocalFile() const const | QUrl | |
toNSURL() const const | QUrl | |
toPercentEncoding(const QString &input, const QByteArray &exclude, const QByteArray &include) | QUrl | static |
toString(FormattingOptions options) const const | QUrl | |
toStringList(const QList< QUrl > &urls, FormattingOptions options) | QUrl | static |
updateQuery() | KLDAPCore::LdapUrl | |
url(FormattingOptions options) const const | QUrl | |
UrlFormattingOption enum name | QUrl | |
userInfo(ComponentFormattingOptions options) const const | QUrl | |
UserInputResolutionOption enum name | QUrl | |
UserInputResolutionOptions typedef | QUrl | |
userName(ComponentFormattingOptions options) const const | QUrl | |
~LdapUrl() | KLDAPCore::LdapUrl | |
~QUrl() | QUrl |
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:34:09 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:34:09 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.