Home

Dokumentation

Impressum

Dokumentation VDR
 

Main Page   Class Hierarchy   Alphabetical List   Data Structures   File List   Data Fields   Globals  

cSetupLine Class Reference

#include <config.h>

Inheritance diagram for cSetupLine:

Inheritance graph
[legend]
Collaboration diagram for cSetupLine:

Collaboration graph
[legend]

Detailed Description

Configure setup line in menu.

Definition at line 186 of file config.h.

Public Methods

 cSetupLine (void)
 cSetupLine (const char *Name, const char *Value, const char *Plugin=NULL)
virtual ~cSetupLine ()
virtual bool operator< (const cListObject &ListObject)
const char * Plugin (void)
const char * Name (void)
const char * Value (void)
bool Parse (char *s)
bool Save (FILE *f)

Private Attributes

char * plugin
char * name
char * value


Constructor & Destructor Documentation

cSetupLine::cSetupLine void   
 

Definition at line 177 of file config.c.

References name, plugin, and value.

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

Definition at line 182 of file config.c.

References name, plugin, and value.

cSetupLine::~cSetupLine   [virtual]
 

Definition at line 189 of file config.c.


Member Function Documentation

const char* cSetupLine::Name void    [inline]
 

Definition at line 197 of file config.h.

Referenced by cSetup::Get(), cSetup::Load(), and Parse().

bool cSetupLine::operator< const cListObject   ListObject [virtual]
 

Reimplemented from cListObject.

Definition at line 196 of file config.c.

References name, and plugin.

bool cSetupLine::Parse char *    s
 

Definition at line 211 of file config.c.

References compactspace(), name, Name(), plugin, Plugin(), value, and Value().

const char* cSetupLine::Plugin void    [inline]
 

Definition at line 196 of file config.h.

Referenced by cSetup::Get(), cSetup::Load(), and Parse().

bool cSetupLine::Save FILE *    f
 

Definition at line 236 of file config.c.

const char* cSetupLine::Value void    [inline]
 

Definition at line 198 of file config.h.

Referenced by cSetup::Load(), and Parse().


Field Documentation

char* cSetupLine::name [private]
 

Definition at line 189 of file config.h.

Referenced by cSetupLine(), operator<(), and Parse().

char* cSetupLine::plugin [private]
 

Definition at line 188 of file config.h.

Referenced by cSetupLine(), operator<(), and Parse().

char* cSetupLine::value [private]
 

Definition at line 190 of file config.h.

Referenced by cSetupLine(), and Parse().


The documentation for this class was generated from the following files:
Generated on Wed Feb 5 23:31:55 2003 for VDR by doxygen1.3-rc2