|
MythTV
0.26-pre
|
#include <dbaccess.h>
Classes | |
| struct | file_association |
Public Types | |
| typedef std::vector < file_association > | association_list |
| typedef std::vector< std::pair < QString, bool > > | ext_ignore_list |
Public Member Functions | |
| bool | add (file_association &fa) |
| bool | get (unsigned int id, file_association &val) const |
| bool | get (const QString &ext, file_association &val) const |
| bool | remove (unsigned int id) |
| const association_list & | getList () const |
| void | getExtensionIgnoreList (ext_ignore_list &ext_ignore) const |
| void | load_data () |
Static Public Member Functions | |
| static FileAssociations & | getFileAssociation () |
Private Member Functions | |
| FileAssociations () | |
| ~FileAssociations () | |
Private Attributes | |
| class FileAssociationsImp * | m_imp |
Definition at line 135 of file dbaccess.h.
| typedef std::vector<file_association> FileAssociations::association_list |
Definition at line 151 of file dbaccess.h.
| typedef std::vector<std::pair<QString, bool> > FileAssociations::ext_ignore_list |
Definition at line 152 of file dbaccess.h.
| FileAssociations::FileAssociations | ( | ) | [private] |
Definition at line 871 of file dbaccess.cpp.
| FileAssociations::~FileAssociations | ( | ) | [private] |
Definition at line 876 of file dbaccess.cpp.
| FileAssociations & FileAssociations::getFileAssociation | ( | ) | [static] |
Definition at line 881 of file dbaccess.cpp.
Referenced by VideoScannerThread::buildFileList(), VideoListImp::buildFileList(), FileAssocDialogPrivate::LoadFileAssociations(), and VideoPlayerCommandPrivate::PlayerFor().
Definition at line 836 of file dbaccess.cpp.
| bool FileAssociations::get | ( | unsigned int | id, |
| file_association & | val | ||
| ) | const |
Definition at line 841 of file dbaccess.cpp.
Referenced by hardwareprofile.distros.mythtv_data.makeopts.MakeOpts::dump(), and hardwareprofile.distros.mythtv_data.orddict.OrdDict::itervalues().
| bool FileAssociations::get | ( | const QString & | ext, |
| file_association & | val | ||
| ) | const |
Definition at line 846 of file dbaccess.cpp.
Referenced by hardwareprofile.distros.mythtv_data.makeopts.MakeOpts::dump(), and hardwareprofile.distros.mythtv_data.orddict.OrdDict::itervalues().
| bool FileAssociations::remove | ( | unsigned int | id | ) |
Definition at line 851 of file dbaccess.cpp.
| const FileAssociations::association_list & FileAssociations::getList | ( | ) | const |
Definition at line 856 of file dbaccess.cpp.
Referenced by FileAssocDialogPrivate::LoadFileAssociations(), and VideoPlayerCommandPrivate::PlayerFor().
| void FileAssociations::getExtensionIgnoreList | ( | ext_ignore_list & | ext_ignore | ) | const |
Definition at line 861 of file dbaccess.cpp.
Referenced by VideoScannerThread::buildFileList(), and VideoListImp::buildFileList().
Definition at line 866 of file dbaccess.cpp.
Referenced by getFileAssociation().
class FileAssociationsImp* FileAssociations::m_imp [private] |
Definition at line 174 of file dbaccess.h.
Referenced by add(), FileAssociations(), get(), getExtensionIgnoreList(), getList(), load_data(), remove(), and ~FileAssociations().
1.7.6.1