|
MythTV master
|
#include <libmythmetadata/dbaccess.h>
Public Member Functions | |
| file_association ()=default | |
| file_association (unsigned int l_id, QString ext, QString playcmd, bool l_ignore, bool l_use_default) | |
Public Attributes | |
| unsigned int | id {0} |
| QString | extension |
| QString | playcommand |
| bool | ignore {false} |
| bool | use_default {false} |
Definition at line 139 of file dbaccess.h.
|
default |
|
inline |
Definition at line 148 of file dbaccess.h.
| QString FileAssociations::file_association::extension |
Definition at line 142 of file dbaccess.h.
Referenced by FileAssociationsImp::add().
| unsigned int FileAssociations::file_association::id {0} |
Definition at line 141 of file dbaccess.h.
Referenced by discid.disc.Disc::__str__(), FileAssociationsImp::add(), hardwareprofile.devicelist.PCIDevice::process(), and hardwareprofile.devicelist.USBDevice::process().
Definition at line 144 of file dbaccess.h.
Referenced by FileAssociationsImp::add().
| QString FileAssociations::file_association::playcommand |
Definition at line 143 of file dbaccess.h.
Referenced by FileAssociationsImp::add().
Definition at line 145 of file dbaccess.h.
Referenced by FileAssociationsImp::add().