MythTV  master
Public Member Functions | Public Attributes | List of all members
FileAssociations::file_association Struct Reference

#include <dbaccess.h>

Collaboration diagram for FileAssociations::file_association:
Collaboration graph
[legend]

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}
 

Detailed Description

Definition at line 139 of file dbaccess.h.

Constructor & Destructor Documentation

◆ file_association() [1/2]

FileAssociations::file_association::file_association ( )
default

◆ file_association() [2/2]

FileAssociations::file_association::file_association ( unsigned int  l_id,
QString  ext,
QString  playcmd,
bool  l_ignore,
bool  l_use_default 
)
inline

Definition at line 148 of file dbaccess.h.

Member Data Documentation

◆ id

unsigned int FileAssociations::file_association::id {0}

◆ extension

QString FileAssociations::file_association::extension

Definition at line 142 of file dbaccess.h.

Referenced by FileAssociationsImp::add().

◆ playcommand

QString FileAssociations::file_association::playcommand

Definition at line 143 of file dbaccess.h.

Referenced by FileAssociationsImp::add().

◆ ignore

bool FileAssociations::file_association::ignore {false}

Definition at line 144 of file dbaccess.h.

Referenced by FileAssociationsImp::add().

◆ use_default

bool FileAssociations::file_association::use_default {false}

Definition at line 145 of file dbaccess.h.

Referenced by FileAssociationsImp::add().


The documentation for this struct was generated from the following file: