kabc
ldif_p.h
uint lineNumber() const
Returns the line number which the parser processes.
Definition: ldif.cpp:450
bool isCritical() const
Returns the criticality level when modType() returned Control.
Definition: ldif.cpp:440
ParseValue nextItem()
Process the Ldif until a complete item can be returned.
Definition: ldif.cpp:327
static bool splitControl(const QByteArray &line, QString &oid, bool &critical, QByteArray &value)
Splits a control specification (without the "control:" directive)
Definition: ldif.cpp:177
static QByteArray assembleLine(const QString &fieldname, const QByteArray &value, uint linelen=0, bool url=false)
Assembles fieldname and value into a valid Ldif line, BASE64 encodes the value if necessary and optio...
Definition: ldif.cpp:71
QString newSuperior() const
Returns the new parent of the entry if modType() returned Entry_Modrdn.
Definition: ldif.cpp:415
int modType() const
Returns the LDAP modify request type if entryType() returned Entry_Mod.
Definition: ldif.cpp:400
QString newRdn() const
Returns the new Relative Distinguished Name if modType() returned Entry_Modrdn.
Definition: ldif.cpp:410
EntryType entryType() const
Returns the requested LDAP operation extracted from the current entry.
Definition: ldif.cpp:395
static bool splitLine(const QByteArray &line, QString &fieldname, QByteArray &value)
Splits one line from an Ldif file to attribute and value components.
Definition: ldif.cpp:129
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:38: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:38:38 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.