![]() |
LeechCraft
%{LEECHCRAFT_VERSION}
Modular cross-platform feature rich live environment.
|
Collaboration diagram for LeechCraft::FlatTreeItem:Public Types | |
| enum | Type { TRoot, TFolder, TItem } |
Public Member Functions | |
| int | Row () const |
Public Attributes | |
| QList< FlatTreeItem_ptr > | C_ |
| FlatTreeItem_ptr | Parent_ |
| Type | Type_ |
| QPersistentModelIndex | Index_ |
| QString | Tag_ |
Definition at line 39 of file flattofoldersproxymodel.cpp.
| Enumerator | |
|---|---|
| TRoot | |
| TFolder | |
| TItem | |
Definition at line 44 of file flattofoldersproxymodel.cpp.
|
inline |
Definition at line 56 of file flattofoldersproxymodel.cpp.
| QList<FlatTreeItem_ptr> LeechCraft::FlatTreeItem::C_ |
Definition at line 41 of file flattofoldersproxymodel.cpp.
Referenced by LeechCraft::Util::FlatToFoldersProxyModel::index(), and LeechCraft::Util::FlatToFoldersProxyModel::rowCount().
| QPersistentModelIndex LeechCraft::FlatTreeItem::Index_ |
Definition at line 53 of file flattofoldersproxymodel.cpp.
Referenced by LeechCraft::Util::FlatToFoldersProxyModel::data(), and LeechCraft::Util::FlatToFoldersProxyModel::MapToSource().
| FlatTreeItem_ptr LeechCraft::FlatTreeItem::Parent_ |
Definition at line 42 of file flattofoldersproxymodel.cpp.
Referenced by LeechCraft::Util::FlatToFoldersProxyModel::parent().
| QString LeechCraft::FlatTreeItem::Tag_ |
Definition at line 54 of file flattofoldersproxymodel.cpp.
Referenced by LeechCraft::Util::FlatToFoldersProxyModel::data().
| Type LeechCraft::FlatTreeItem::Type_ |
Definition at line 51 of file flattofoldersproxymodel.cpp.
Referenced by LeechCraft::Util::FlatToFoldersProxyModel::data(), LeechCraft::Util::FlatToFoldersProxyModel::index(), and LeechCraft::Util::FlatToFoldersProxyModel::MapToSource().