mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Direct channel select displays digits and name on OSD
This commit is contained in:
13
menu.h
13
menu.h
@@ -4,7 +4,7 @@
|
||||
* See the main source file 'vdr.c' for copyright information and
|
||||
* how to reach the author.
|
||||
*
|
||||
* $Id: menu.h 1.9 2000/05/01 15:16:23 kls Exp $
|
||||
* $Id: menu.h 1.10 2000/09/10 14:42:20 kls Exp $
|
||||
*/
|
||||
|
||||
#ifndef _MENU_H
|
||||
@@ -23,6 +23,17 @@ public:
|
||||
virtual eOSState ProcessKey(eKeys Key);
|
||||
};
|
||||
|
||||
class cDirectChannelSelect : public cOsdBase {
|
||||
private:
|
||||
int oldNumber;
|
||||
int number;
|
||||
int lastTime;
|
||||
public:
|
||||
cDirectChannelSelect(eKeys FirstKey);
|
||||
virtual ~cDirectChannelSelect();
|
||||
virtual eOSState ProcessKey(eKeys Key);
|
||||
};
|
||||
|
||||
class cRecordControl {
|
||||
private:
|
||||
cDvbApi *dvbApi;
|
||||
|
Reference in New Issue
Block a user