Kleo::DN
Kleo::DN Class Reference
#include <dn.h>
Public Types | |
using | AttributeList = QList<Attribute> |
Public Member Functions | |
DN (const char *utf8DN) | |
DN (const DN &other) | |
DN (const QString &dn) | |
void | append (const Attribute &attr) |
const_iterator | begin () const |
QString | dn () const |
QString | dn (const QString &sep) const |
const_iterator | end () const |
const DN & | operator= (const DN &other) |
QString | operator[] (const QString &attr) const |
QString | prettyDN () const |
Static Public Member Functions | |
static QStringList | attributeNames () |
static QString | attributeNameToLabel (const QString &name) |
static QStringList | attributeOrder () |
static QStringList | defaultAttributeOrder () |
static QString | escape (const QString &value) |
static void | setAttributeOrder (const QStringList &order) |
Detailed Description
Member Typedef Documentation
◆ AttributeList
using Kleo::DN::AttributeList = QList<Attribute> |
Constructor & Destructor Documentation
◆ DN() [1/4]
◆ DN() [2/4]
◆ DN() [3/4]
◆ DN() [4/4]
◆ ~DN()
Member Function Documentation
◆ append()
◆ attributeNames()
|
static |
◆ attributeNameToLabel()
◆ attributeOrder()
|
static |
◆ begin()
Kleo::DN::const_iterator Kleo::DN::begin | ( | ) | const |
◆ defaultAttributeOrder()
|
static |
◆ dn() [1/2]
QString Kleo::DN::dn | ( | ) | const |
◆ dn() [2/2]
◆ end()
Kleo::DN::const_iterator Kleo::DN::end | ( | ) | const |
◆ escape()
◆ operator=()
◆ operator[]()
◆ prettyDN()
QString Kleo::DN::prettyDN | ( | ) | const |
◆ setAttributeOrder()
|
static |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Oct 4 2024 11:57:45 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Oct 4 2024 11:57:45 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.