|
vdr
1.7.27
|
#include <config.h>
Public Member Functions | |
| cConfig (void) | |
| virtual | ~cConfig () |
| const char * | FileName (void) |
| bool | Load (const char *FileName=NULL, bool AllowComments=false, bool MustExist=false) |
| bool | Save (void) |
| cConfig (void) | |
| virtual | ~cConfig () |
| const char * | FileName (void) |
| bool | Load (const char *FileName=NULL, bool AllowComments=false, bool MustExist=false) |
| bool | Save (void) |
Private Member Functions | |
| void | Clear (void) |
| void | Clear (void) |
Private Attributes | |
| char * | fileName |
| bool | allowComments |
Definition at line 106 of file include/vdr/config.h.
Definition at line 107 of file include/vdr/config.h.
Reimplemented from cListBase.
Definition at line 99 of file config.h.
Referenced by cConfig< cDiseqc >::Clear(), and cConfig< cDiseqc >::Load().
Reimplemented from cListBase.
Definition at line 99 of file include/vdr/config.h.
Definition at line 108 of file config.h.
Referenced by cConfig< cDiseqc >::Load().
Definition at line 108 of file include/vdr/config.h.
| bool cConfig< T >::Load | ( | const char * | FileName = NULL, |
| bool | AllowComments = false, |
||
| bool | MustExist = false |
||
| ) | [inline] |
Reimplemented in cChannels, and cChannels.
Definition at line 109 of file include/vdr/config.h.
Reimplemented in cSetup, and cSetup.
Definition at line 156 of file config.h.
Referenced by cCuttingThread::Action(), cInterface::LearnKeys(), main(), cReplayControl::MarkMove(), cReplayControl::MarkToggle(), and cMenuEditRecording::ProcessKey().
Reimplemented in cSetup, and cSetup.
Definition at line 156 of file include/vdr/config.h.
bool cConfig< T >::allowComments [private] |
Definition at line 98 of file config.h.
Referenced by cConfig< cDiseqc >::Load().
Reimplemented in cMarks.
Definition at line 97 of file config.h.
Referenced by cConfig< cDiseqc >::cConfig(), cConfig< cDiseqc >::Clear(), cConfig< cDiseqc >::FileName(), cConfig< cDiseqc >::Load(), cConfig< cDiseqc >::Save(), and cConfig< cDiseqc >::~cConfig().
1.8.0