MythTV  master
Classes | Enumerations | Functions
videolist.h File Reference
This graph shows which files directly or indirectly include this file:

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)
 

Enumeration Type Documentation

◆ TreeNodeType

Enumerator
kSubFolder 
kUpFolder 
kRootNode 
kNoFilesFound 
kDynamicSubFolder 
kSubFolder 
kUpFolder 
kRootNode 
kNoFilesFound 

Definition at line 5 of file videolist.h.

◆ TreeNodeAttributes

Enumerator
kNodeSort 
kNodeSort 

Definition at line 14 of file videolist.h.

Function Documentation

◆ AddFileNode()

int AddFileNode ( MythGenericTree where_to_add,
const QString &  name,
VideoMetadata metadata 
)

Definition at line 303 of file videolist.cpp.

Referenced by VideoListImp::build_generic_tree().