|
MythTV master
|
#include <algorithm>#include <iterator>#include <map>#include <utility>#include <QFileInfo>#include <QList>#include <QScopedPointer>#include "libmythbase/mythcorecontext.h"#include "libmythbase/mythdate.h"#include "libmythbase/mythlogging.h"#include "libmythbase/stringutil.h"#include "libmythui/mythgenerictree.h"#include "libmythmetadata/videometadatalistmanager.h"#include "libmythmetadata/dbaccess.h"#include "libmythmetadata/quicksp.h"#include "libmythmetadata/dirscan.h"#include "libmythmetadata/videoutils.h"#include "libmythmetadata/parentalcontrols.h"#include "upnpscanner.h"#include "videodlg.h"#include "videofilter.h"#include "videolist.h"Go to the source code of this file.
Classes | |
| class | TreeNodeDataPrivate |
| struct | metadata_sort |
| metadata sort function More... | |
| struct | metadata_path_sort |
| struct | to_metadata_ptr |
| class | VideoListImp |
| struct | call_tree_flat |
| class | dirhandler |
Functions | |
| static QString | path_to_node_name (const QString &path) |
| static meta_dir_node * | AddMetadataToDir (VideoMetadata *metadata, meta_dir_node *dir, meta_dir_node *hint=nullptr) |
| static MythGenericTree * | AddDirNode (MythGenericTree *where_to_add, const QString &name, QString fqPath, bool add_up_dirs, QString host="", QString prefix="") |
| int | AddFileNode (MythGenericTree *where_to_add, const QString &name, VideoMetadata *metadata) |
| static void | copy_entries (meta_dir_node &dst, meta_dir_node &src, const VideoFilterSettings &filter) |
| static void | copy_filtered_tree (meta_dir_node &dst, meta_dir_node &src, const VideoFilterSettings &filter) |
| void | tree_view_to_flat (meta_dir_node &tree, VideoListImp::metadata_view_list &flat) |
|
static |
Definition at line 280 of file videolist.cpp.
Referenced by VideoListImp::build_generic_tree().
| 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().
|
static |
Definition at line 216 of file videolist.cpp.
Referenced by VideoListImp::buildDbList().
|
static |
Definition at line 1050 of file videolist.cpp.
Referenced by copy_filtered_tree().
|
static |
Definition at line 1063 of file videolist.cpp.
Referenced by copy_filtered_tree(), and VideoListImp::update_meta_view().
|
static |
Definition at line 204 of file videolist.cpp.
Referenced by VideoListImp::buildFsysList().
| void tree_view_to_flat | ( | meta_dir_node & | tree, |
| VideoListImp::metadata_view_list & | flat | ||
| ) |
Definition at line 1097 of file videolist.cpp.
Referenced by call_tree_flat::operator()(), and VideoListImp::update_meta_view().