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