KLDAP Library
KLDAP::LdapModelDNNode Class Reference
#include <ldapmodelnode_p.h>
Inheritance diagram for KLDAP::LdapModelDNNode:
Public Member Functions | |
LdapModelDNNode (LdapModelDNNode *parent=0, const LdapDN &dn=LdapDN()) | |
void | appendChild (LdapModelNode *pItem) |
LdapModelNode * | child (int row) |
int | childCount () const |
const QList< LdapModelNode * > & | children () const |
const LdapDN & | dn () const |
LdapModelNode::NodeType | nodeType () const |
void | setLdapObject (const LdapObject &object) |
Public Member Functions inherited from KLDAP::LdapModelNode | |
LdapModelNode (LdapModelDNNode *parent=0) | |
int | columnCount () const |
bool | isPopulated () const |
LdapModelDNNode * | parent () |
int | row () const |
void | setPopulated (bool b) |
Additional Inherited Members | |
Public Types inherited from KLDAP::LdapModelNode | |
enum | NodeType { DN, Attr } |
Detailed Description
Definition at line 68 of file ldapmodelnode_p.h.
Member Function Documentation
void KLDAP::LdapModelDNNode::setLdapObject | ( | const LdapObject & | object | ) |
Creates child LdapModelAttrNode object to store object's
attributes and adds them as children of this node.
- Parameters
-
The LdapObject to store in this node.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:37:58 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:37:58 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.