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

Public Member Functions

 cIndexFileGenerator (const char *RecordingName, bool Update=false)
 
 ~cIndexFileGenerator ()
 
- Public Member Functions inherited from cThread
 cThread (const char *Description=NULL, bool LowPriority=false)
 
virtual ~cThread ()
 
void SetDescription (const char *Description,...) __attribute__((format(printf
 
void bool Start (void)
 
bool Active (void)
 

Protected Member Functions

virtual void Action (void)
 
- Protected Member Functions inherited from cThread
void SetPriority (int Priority)
 
void SetIOPriority (int Priority)
 
void Lock (void)
 
void Unlock (void)
 
bool Running (void)
 
void Cancel (int WaitSeconds=0)
 

Private Attributes

cString recordingName
 
bool update
 

Additional Inherited Members

- Static Public Member Functions inherited from cThread
static tThreadId ThreadId (void)
 
static tThreadId IsMainThread (void)
 
static void SetMainThreadId (void)
 

Detailed Description

Definition at line 2248 of file recording.c.

Constructor & Destructor Documentation

cIndexFileGenerator::cIndexFileGenerator ( const char *  RecordingName,
bool  Update = false 
)

Definition at line 2259 of file recording.c.

References cThread::Start(), and update.

cIndexFileGenerator::~cIndexFileGenerator ( )

Definition at line 2267 of file recording.c.

References cThread::Cancel().

Member Function Documentation

void cIndexFileGenerator::Action ( void  )
protectedvirtual

Member Data Documentation

cString cIndexFileGenerator::recordingName
private

Definition at line 2250 of file recording.c.

Referenced by Action().

bool cIndexFileGenerator::update
private

Definition at line 2251 of file recording.c.

Referenced by Action(), and cIndexFileGenerator().


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