kopete/kopete
#include <contactlisttreemodel_p.h>

Public Member Functions | |
| GroupModelItem (Kopete::Group *group) | |
| virtual | ~GroupModelItem () |
| void | append (ContactListModelItem *item) |
| ContactListModelItem * | at (int i) const |
| virtual int | count () const |
| Kopete::Group * | group () const |
| virtual bool | hasChildren () const |
| void | insert (int i, ContactListModelItem *item) |
| virtual bool | isGroup () const |
| QList< ContactListModelItem * > | items () const |
| virtual int | metaContactCount () const |
| virtual void | sort (bool(*lessThan)(const ContactListModelItem *, const ContactListModelItem *)) |
Public Member Functions inherited from Kopete::UI::ContactListModelItem | |
| ContactListModelItem () | |
| virtual | ~ContactListModelItem () |
| int | index () const |
| GroupModelItem * | parent () const |
| bool | remove () |
Protected Member Functions | |
| int | indexOf (const ContactListModelItem *item) const |
| void | removeAt (int i) |
Additional Inherited Members | |
Protected Attributes inherited from Kopete::UI::ContactListModelItem | |
| GroupModelItem * | mParent |
Detailed Description
Definition at line 95 of file contactlisttreemodel_p.h.
Constructor & Destructor Documentation
|
inline |
Definition at line 98 of file contactlisttreemodel_p.h.
|
inlinevirtual |
Definition at line 102 of file contactlisttreemodel_p.h.
Member Function Documentation
|
inline |
Definition at line 129 of file contactlisttreemodel_p.h.
|
inline |
Definition at line 141 of file contactlisttreemodel_p.h.
|
inlinevirtual |
Reimplemented from Kopete::UI::ContactListModelItem.
Definition at line 112 of file contactlisttreemodel_p.h.
|
inline |
Definition at line 124 of file contactlisttreemodel_p.h.
|
inlinevirtual |
Reimplemented from Kopete::UI::ContactListModelItem.
Definition at line 119 of file contactlisttreemodel_p.h.
|
protected |
Definition at line 858 of file contactlisttreemodel.cpp.
|
inline |
Definition at line 135 of file contactlisttreemodel_p.h.
|
inlinevirtual |
Reimplemented from Kopete::UI::ContactListModelItem.
Definition at line 107 of file contactlisttreemodel_p.h.
|
inline |
Definition at line 146 of file contactlisttreemodel_p.h.
|
virtual |
Reimplemented from Kopete::UI::ContactListModelItem.
Definition at line 838 of file contactlisttreemodel.cpp.
|
inlineprotected |
Definition at line 157 of file contactlisttreemodel_p.h.
|
virtual |
Reimplemented from Kopete::UI::ContactListModelItem.
Definition at line 850 of file contactlisttreemodel.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:29:08 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Public Member Functions inherited from