LeechCraft  0.6.70-13729-g7046a9d2a7
Modular cross-platform feature rich live environment.
LC::FlatTreeItem Struct Reference
+ Collaboration diagram for LC::FlatTreeItem:

Public Types

enum  Type {
  Type::Root,
  Type::Folder,
  Type::Item
}
 

Public Member Functions

int Row () const
 

Public Attributes

QList< FlatTreeItem_ptrC_
 
FlatTreeItem_ptr Parent_
 
Type Type_
 
QPersistentModelIndex Index_
 
QString Tag_
 

Detailed Description

Definition at line 41 of file flattofoldersproxymodel.cpp.

Member Enumeration Documentation

◆ Type

Enumerator
Root 
Folder 
Item 

Definition at line 46 of file flattofoldersproxymodel.cpp.

Member Function Documentation

◆ Row()

int LC::FlatTreeItem::Row ( ) const
inline

Definition at line 58 of file flattofoldersproxymodel.cpp.

References Parent_.

Member Data Documentation

◆ C_

◆ Index_

QPersistentModelIndex LC::FlatTreeItem::Index_

Definition at line 55 of file flattofoldersproxymodel.cpp.

Referenced by LC::Util::FlatToFoldersProxyModel::data().

◆ Parent_

FlatTreeItem_ptr LC::FlatTreeItem::Parent_

Definition at line 44 of file flattofoldersproxymodel.cpp.

Referenced by LC::Util::FlatToFoldersProxyModel::parent(), and Row().

◆ Tag_

QString LC::FlatTreeItem::Tag_

Definition at line 56 of file flattofoldersproxymodel.cpp.

Referenced by LC::Util::FlatToFoldersProxyModel::data().

◆ Type_

Type LC::FlatTreeItem::Type_

The documentation for this struct was generated from the following file: