MythTV
master
|
Go to the source code of this file.
Classes | |
class | VideoList |
class | TreeNodeData |
Enumerations | |
enum | TreeNodeType { kSubFolder = -1, kUpFolder = -2, kRootNode = -3, kNoFilesFound = -4, kDynamicSubFolder = -5, kSubFolder = -1, kUpFolder = -2, kRootNode = -3, kNoFilesFound = -4 } |
enum | TreeNodeAttributes { kNodeSort, kNodeSort } |
Functions | |
int | AddFileNode (MythGenericTree *where_to_add, const QString &name, VideoMetadata *metadata) |
enum TreeNodeType |
Enumerator | |
---|---|
kSubFolder | |
kUpFolder | |
kRootNode | |
kNoFilesFound | |
kDynamicSubFolder | |
kSubFolder | |
kUpFolder | |
kRootNode | |
kNoFilesFound |
Definition at line 5 of file videolist.h.
enum TreeNodeAttributes |
Enumerator | |
---|---|
kNodeSort | |
kNodeSort |
Definition at line 14 of file videolist.h.
int AddFileNode | ( | MythGenericTree * | where_to_add, |
const QString & | name, | ||
VideoMetadata * | metadata | ||
) |
Definition at line 307 of file videolist.cpp.
Referenced by VideoListImp::build_generic_tree().