vdr 2.6.1
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)
 
 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)
 
virtual void Action (void)=0
 
bool Running (void)
 
void Cancel (int WaitSeconds=0)
 
void SetPriority (int Priority)
 
void SetIOPriority (int Priority)
 
void Lock (void)
 
void Unlock (void)
 
virtual void Action (void)=0
 
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)
 
static tThreadId ThreadId (void)
 
static tThreadId IsMainThread (void)
 
static void SetMainThreadId (void)
 

Detailed Description

Definition at line 2356 of file recording.c.

Constructor & Destructor Documentation

◆ cIndexFileGenerator()

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

Definition at line 2367 of file recording.c.

References cThread::Start(), and update.

◆ ~cIndexFileGenerator()

cIndexFileGenerator::~cIndexFileGenerator ( )

Definition at line 2375 of file recording.c.

References cThread::Cancel().

Member Function Documentation

◆ Action()

void cIndexFileGenerator::Action ( void  )
protectedvirtual

Member Data Documentation

◆ recordingName

cString cIndexFileGenerator::recordingName
private

Definition at line 2358 of file recording.c.

Referenced by Action().

◆ update

bool cIndexFileGenerator::update
private

Definition at line 2359 of file recording.c.

Referenced by Action(), and cIndexFileGenerator().


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