#include "kdescendantsproxymodel.h"#include <QtCore/QStringList>#include <QtCore/QTimer>#include "kdebug.h"#include "kbihash_p.h"#include "moc_kdescendantsproxymodel.cpp"
Include dependency graph for kdescendantsproxymodel.cpp:

Go to the source code of this file.
Defines | |
| #define | KDO(object) kDebug() << #object << object |
Typedefs | |
| typedef KHash2Map < QPersistentModelIndex, int > | Mapping |
Functions | |
| static QModelIndex | getFirstDeepest (QAbstractItemModel *model, const QModelIndex &parent, int *count) |
Define Documentation
| #define KDO | ( | object | ) | kDebug() << #object << object |
Definition at line 30 of file kdescendantsproxymodel.cpp.
Typedef Documentation
| typedef KHash2Map<QPersistentModelIndex, int> Mapping |
Definition at line 34 of file kdescendantsproxymodel.cpp.
Function Documentation
| static QModelIndex getFirstDeepest | ( | QAbstractItemModel * | model, |
| const QModelIndex & | parent, | ||
| int * | count | ||
| ) | [static] |
Definition at line 713 of file kdescendantsproxymodel.cpp.
KDE 4.6 API Reference