summaryrefslogtreecommitdiff
path: root/mg_playcommands.h
blob: d6ca3d457c77cc26f3f6482d55bcfb72aeb67258 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
//								-*- c++ -*-

#ifndef __COMMANDS_H
#define __COMMANDS_H

#include <string>
#include <vdr/osdbase.h>

#include "config.h"

#include "vdr_menu.h"

//class cMP3Player;
class cFileSources;
class cFileSource;
class cFileObj;
class cFileObjItem;

class mgPlayOsd : public mgOsd
{
	public:
		void SaveState() {}
};

class mgPlayerCommands : public mgMenu
{
	private:
		cCommands commands;
		eOSState Execute(void);
	protected:
		void BuildOsd();
		string Title(void) const;
	public:
		mgPlayerCommands(void);
		virtual ~mgPlayerCommands();
		void LoadCommands();
		bool DeleteList(void);
};
#endif							 // __COMMANDS_H