libkleo
Kleo::DN Class Reference
#include <dn.h>
Inheritance diagram for Kleo::DN:
Public Types | |
typedef QVector< Attribute > | AttributeList |
typedef DN::AttributeList | List |
Public Member Functions | |
DN () | |
DN (const QString &dn) | |
DN (const char *utf8DN) | |
DN (const DN &other) | |
~DN () | |
void | append (const Attribute &attr) |
Attribute (const QString &name=QString(), const QString &value=QString()) | |
Attribute (const Attribute &other) | |
const_iterator | begin () const |
QString | dn () const |
QString | dn (const QString &sep) const |
const_iterator | end () const |
const QString & | name () const |
const DN & | operator= (const DN &other) |
const Attribute & | operator= (const Attribute &other) |
QString | operator[] (const QString &attr) const |
QString | prettyDN () const |
void | setValue (const QString &value) |
const QString & | value () const |
Static Public Member Functions | |
static QString | escape (const QString &value) |
Detailed Description
Member Typedef Documentation
typedef QVector<Attribute> Kleo::DN::AttributeList |
typedef DN::AttributeList Kleo::DN::List |
Constructor & Destructor Documentation
Member Function Documentation
QString Kleo::DN::dn | ( | ) | const |
QString Kleo::DN::prettyDN | ( | ) | const |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:33:38 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:33:38 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.