vdr  1.7.31
Public Member Functions | Private Attributes | List of all members
cLineGame Class Reference

Public Member Functions

 cLineGame (void)
virtual ~cLineGame ()
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
 cOsdObject (bool FastResponse=false)
virtual ~cOsdObject ()
virtual bool NeedsFastResponse (void)
bool IsMenu (void) const

Private Attributes

cOsdosd
int x
int y
tColor color

Additional Inherited Members

- Protected Member Functions inherited from cOsdObject
void SetNeedsFastResponse (bool NeedsFastResponse)
void SetNeedsFastResponse (bool NeedsFastResponse)

Detailed Description

Definition at line 18 of file osddemo.c.

Constructor & Destructor Documentation

cLineGame::cLineGame ( void  )

Definition at line 31 of file osddemo.c.

References clrRed, color, osd, x, and y.

cLineGame::~cLineGame ( )
virtual

Definition at line 38 of file osddemo.c.

References osd.

Member Function Documentation

eOSState cLineGame::ProcessKey ( eKeys  Key)
virtual
void cLineGame::Show ( void  )
virtual

Reimplemented from cOsdObject.

Definition at line 43 of file osddemo.c.

References clrGray50, cOsd::DrawRectangle(), cOsd::Flush(), cOsdProvider::NewOsd(), osd, and cOsd::SetAreas().

Member Data Documentation

tColor cLineGame::color
private

Definition at line 23 of file osddemo.c.

Referenced by cLineGame(), and ProcessKey().

cOsd* cLineGame::osd
private

Definition at line 20 of file osddemo.c.

Referenced by cLineGame(), ProcessKey(), Show(), and ~cLineGame().

int cLineGame::x
private

Definition at line 21 of file osddemo.c.

Referenced by cLineGame(), and ProcessKey().

int cLineGame::y
private

Definition at line 22 of file osddemo.c.

Referenced by cLineGame(), and ProcessKey().


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