![]() |
LeechCraft
0.6.70-10870-g558588d6ec
Modular cross-platform feature rich live environment.
|
Public Types | |
enum | Type { Type::Root, Type::Folder, Type::Item } |
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.
|
strong |
Enumerator | |
---|---|
Root | |
Folder | |
Item |
Definition at line 44 of file flattofoldersproxymodel.cpp.
|
inline |
Definition at line 56 of file flattofoldersproxymodel.cpp.
References Parent_.
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().
FlatTreeItem_ptr LeechCraft::FlatTreeItem::Parent_ |
Definition at line 42 of file flattofoldersproxymodel.cpp.
Referenced by LeechCraft::Util::FlatToFoldersProxyModel::parent(), and Row().
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(), and LeechCraft::Util::FlatToFoldersProxyModel::index().