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
◆ childCount()
|
inline |
Definition at line 80 of file ldapmodelnode_p.h.
◆ children()
|
inline |
Definition at line 81 of file ldapmodelnode_p.h.
◆ dn()
|
inline |
Definition at line 84 of file ldapmodelnode_p.h.
◆ nodeType()
|
inlinevirtual |
Implements KLDAP::LdapModelNode.
Definition at line 75 of file ldapmodelnode_p.h.
◆ setLdapObject()
| 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-2025 The KDE developers.
Generated on Thu Jul 24 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Thu Jul 24 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.