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

Public Member Functions

 cTrueColorDemo (void)
 
virtual ~cTrueColorDemo ()
 
virtual void Show (void)
 
virtual eOSState ProcessKey (eKeys Key)
 
- Public Member Functions inherited from cOsdObject
 cOsdObject (bool FastResponse=false)
 
virtual ~cOsdObject ()
 
virtual bool NeedsFastResponse (void)
 
bool IsMenu (void) const
 
- 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)
 

Private Member Functions

bool SetArea (void)
 
virtual void Action (void)
 
cPixmapCreateTextPixmap (const char *s, int Line, int Layer, tColor ColorFg, tColor ColorBg, const cFont *Font)
 

Private Attributes

cOsdosd
 
cPoint cursor
 
cRect cursorLimits
 
bool clockwise
 
cPixmapdestroyablePixmap
 
cPixmaptoggleablePixmap
 

Additional Inherited Members

- Static Public Member Functions inherited from cThread
static tThreadId ThreadId (void)
 
static tThreadId IsMainThread (void)
 
static void SetMainThreadId (void)
 
- Protected Member Functions inherited from cOsdObject
void SetNeedsFastResponse (bool NeedsFastResponse)
 
- 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)
 

Detailed Description

Definition at line 173 of file osddemo.c.

Constructor & Destructor Documentation

cTrueColorDemo::cTrueColorDemo ( void  )

Definition at line 191 of file osddemo.c.

References cLineGame::osd.

cTrueColorDemo::~cTrueColorDemo ( )
virtual

Definition at line 199 of file osddemo.c.

References cLineGame::osd.

Member Function Documentation

void cTrueColorDemo::Action ( void  )
privatevirtual
cPixmap * cTrueColorDemo::CreateTextPixmap ( const char *  s,
int  Line,
int  Layer,
tColor  ColorFg,
tColor  ColorBg,
const cFont Font 
)
private
eOSState cTrueColorDemo::ProcessKey ( eKeys  Key)
virtual
bool cTrueColorDemo::SetArea ( void  )
private

Definition at line 490 of file osddemo.c.

References oeOk, cLineGame::osd, cOsd::OsdHeight(), cOsd::OsdWidth(), and cOsd::SetAreas().

void cTrueColorDemo::Show ( void  )
virtual

Member Data Documentation

bool cTrueColorDemo::clockwise
private

Definition at line 178 of file osddemo.c.

cPoint cTrueColorDemo::cursor
private

Definition at line 176 of file osddemo.c.

cRect cTrueColorDemo::cursorLimits
private

Definition at line 177 of file osddemo.c.

cPixmap* cTrueColorDemo::destroyablePixmap
private

Definition at line 179 of file osddemo.c.

cOsd* cTrueColorDemo::osd
private

Definition at line 175 of file osddemo.c.

cPixmap* cTrueColorDemo::toggleablePixmap
private

Definition at line 180 of file osddemo.c.


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