KDEUI
#include "kdescendantsproxymodel.h"#include <QtCore/QStringList>#include <QtCore/QTimer>#include "kdebug.h"#include "kbihash_p.h"#include "moc_kdescendantsproxymodel.cpp"Go to the source code of this file.
Macros | |
| #define | KDO(object) kDebug() << #object << object |
Typedefs | |
| typedef KHash2Map< QPersistentModelIndex, int > | Mapping |
Functions | |
| static QModelIndex | getFirstDeepest (QAbstractItemModel *model, const QModelIndex &parent, int *count) |
Macro Definition Documentation
§ KDO
| #define KDO | ( | object | ) | kDebug() << #object << object |
Definition at line 30 of file kdescendantsproxymodel.cpp.
Typedef Documentation
§ Mapping
| typedef KHash2Map<QPersistentModelIndex, int> Mapping |
Definition at line 34 of file kdescendantsproxymodel.cpp.
Function Documentation
§ getFirstDeepest()
|
static |
Definition at line 713 of file kdescendantsproxymodel.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2016 The KDE developers.
Generated on Sun Oct 16 2016 15:19:23 by doxygen 1.8.12 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2016 The KDE developers.
Generated on Sun Oct 16 2016 15:19:23 by doxygen 1.8.12 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.