vdr  2.2.0
Public Member Functions | Private Attributes | List of all members
cSetupLine Class Reference

#include <config.h>

Public Member Functions

 cSetupLine (void)
 
 cSetupLine (const char *Name, const char *Value, const char *Plugin=NULL)
 
virtual ~cSetupLine ()
 
virtual int Compare (const cListObject &ListObject) const
 
const char * Plugin (void)
 
const char * Name (void)
 
const char * Value (void)
 
bool Parse (char *s)
 
bool Save (FILE *f)
 
- Public Member Functions inherited from cListObject
 cListObject (void)
 
virtual ~cListObject ()
 
void Append (cListObject *Object)
 
void Insert (cListObject *Object)
 
void Unlink (void)
 
int Index (void) const
 
cListObjectPrev (void) const
 
cListObjectNext (void) const
 

Private Attributes

char * plugin
 
char * name
 
char * value
 

Detailed Description

Definition at line 229 of file config.h.

Constructor & Destructor Documentation

cSetupLine::cSetupLine ( void  )

Definition at line 307 of file config.c.

cSetupLine::cSetupLine ( const char *  Name,
const char *  Value,
const char *  Plugin = NULL 
)

Definition at line 312 of file config.c.

References strreplace().

cSetupLine::~cSetupLine ( )
virtual

Definition at line 319 of file config.c.

Member Function Documentation

int cSetupLine::Compare ( const cListObject ListObject) const
virtual

Must return 0 if this object is equal to ListObject, a positive value if it is "greater", and a negative value if it is "smaller".

Reimplemented from cListObject.

Definition at line 326 of file config.c.

References name, and plugin.

const char* cSetupLine::Name ( void  )
inline

Definition at line 240 of file config.h.

bool cSetupLine::Parse ( char *  s)

Definition at line 341 of file config.c.

References compactspace().

const char* cSetupLine::Plugin ( void  )
inline

Definition at line 239 of file config.h.

bool cSetupLine::Save ( FILE *  f)

Definition at line 366 of file config.c.

const char* cSetupLine::Value ( void  )
inline

Definition at line 241 of file config.h.

References cSVDRPhost::Parse().

Member Data Documentation

char* cSetupLine::name
private

Definition at line 232 of file config.h.

Referenced by Compare().

char* cSetupLine::plugin
private

Definition at line 231 of file config.h.

Referenced by Compare().

char* cSetupLine::value
private

Definition at line 233 of file config.h.


The documentation for this class was generated from the following files: