mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Fixed formatting
This commit is contained in:
parent
35a69ee743
commit
700b92e99c
6
osd.h
6
osd.h
@ -4,7 +4,7 @@
|
|||||||
* See the main source file 'vdr.c' for copyright information and
|
* See the main source file 'vdr.c' for copyright information and
|
||||||
* how to reach the author.
|
* how to reach the author.
|
||||||
*
|
*
|
||||||
* $Id: osd.h 1.34 2002/08/11 11:42:15 kls Exp $
|
* $Id: osd.h 1.35 2002/11/03 18:03:55 kls Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __OSD_H
|
#ifndef __OSD_H
|
||||||
@ -107,7 +107,7 @@ public:
|
|||||||
virtual void Display(int Offset = -1, eDvbColor FgColor = clrWhite, eDvbColor BgColor = clrBackground);
|
virtual void Display(int Offset = -1, eDvbColor FgColor = clrWhite, eDvbColor BgColor = clrBackground);
|
||||||
virtual void Set(void) {}
|
virtual void Set(void) {}
|
||||||
virtual eOSState ProcessKey(eKeys Key);
|
virtual eOSState ProcessKey(eKeys Key);
|
||||||
};
|
};
|
||||||
|
|
||||||
class cOsdObject {
|
class cOsdObject {
|
||||||
protected:
|
protected:
|
||||||
@ -119,7 +119,7 @@ public:
|
|||||||
int Height(void) { return Interface->Height(); }
|
int Height(void) { return Interface->Height(); }
|
||||||
bool NeedsFastResponse(void) { return needsFastResponse; }
|
bool NeedsFastResponse(void) { return needsFastResponse; }
|
||||||
virtual eOSState ProcessKey(eKeys Key) { return osUnknown; }
|
virtual eOSState ProcessKey(eKeys Key) { return osUnknown; }
|
||||||
};
|
};
|
||||||
|
|
||||||
class cOsdMenu : public cOsdObject, public cList<cOsdItem> {
|
class cOsdMenu : public cOsdObject, public cList<cOsdItem> {
|
||||||
private:
|
private:
|
||||||
|
Loading…
Reference in New Issue
Block a user