vdr
1.7.31
|
#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) |
![]() | |
T * | Get (int Index) const |
T * | First (void) const |
T * | Last (void) const |
T * | Prev (const T *object) const |
T * | Next (const T *object) const |
T * | Get (int Index) const |
T * | First (void) const |
T * | Last (void) const |
T * | Prev (const T *object) const |
T * | Next (const T *object) const |
![]() | |
virtual | ~cListBase () |
void | Add (cListObject *Object, cListObject *After=NULL) |
void | Ins (cListObject *Object, cListObject *Before=NULL) |
void | Del (cListObject *Object, bool DeleteObject=true) |
virtual void | Move (int From, int To) |
void | Move (cListObject *From, cListObject *To) |
virtual void | Clear (void) |
int | Count (void) const |
void | Sort (void) |
virtual | ~cListBase () |
void | Add (cListObject *Object, cListObject *After=NULL) |
void | Ins (cListObject *Object, cListObject *Before=NULL) |
void | Del (cListObject *Object, bool DeleteObject=true) |
virtual void | Move (int From, int To) |
void | Move (cListObject *From, cListObject *To) |
virtual void | Clear (void) |
int | Count (void) const |
void | Sort (void) |
Private Member Functions | |
void | Clear (void) |
void | Clear (void) |
Private Attributes | |
char * | fileName |
bool | allowComments |
Additional Inherited Members | |
![]() | |
cListBase (void) | |
cListBase (void) | |
![]() | |
cListObject * | objects |
cListObject * | lastObject |
int | count |
Definition at line 115 of file include/vdr/config.h.
Definition at line 116 of file include/vdr/config.h.
|
inlineprivate |
Definition at line 108 of file config.h.
Referenced by cConfig< cDiseqc >::Clear(), and cConfig< cDiseqc >::Load().
|
inlineprivate |
Definition at line 108 of file include/vdr/config.h.
|
inline |
Definition at line 117 of file config.h.
Referenced by cConfig< cDiseqc >::Load().
|
inline |
Definition at line 117 of file include/vdr/config.h.
|
inline |
Reimplemented in cChannels, and cChannels.
Definition at line 118 of file include/vdr/config.h.
|
inline |
|
inline |
Reimplemented in cSetup, and cSetup.
Definition at line 165 of file config.h.
Referenced by cCuttingThread::Action(), cReplayControl::EditCut(), cInterface::LearnKeys(), main(), cMenuEditRecording::ProcessKey(), and cReplayControl::~cReplayControl().
|
inline |
Reimplemented in cSetup, and cSetup.
Definition at line 165 of file include/vdr/config.h.
|
private |
Definition at line 107 of file config.h.
Referenced by cConfig< cDiseqc >::Load().
|
private |
Definition at line 106 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().