vdr-plugin-skindesigner/libtemplate/templateviewgrid.h

25 lines
518 B
C
Raw Normal View History

2015-02-12 18:50:58 +01:00
#ifndef __TEMPLATEVIEWGRID_H
#define __TEMPLATEVIEWGRID_H
#include <string>
#include <vector>
#include <map>
#include <set>
#include <sstream>
#include "templateviewelement.h"
using namespace std;
// --- cTemplateViewGrid -------------------------------------------------------------
class cTemplateViewGrid : public cTemplateViewElement {
private:
public:
cTemplateViewGrid(void);
~cTemplateViewGrid(void);
bool CalculatePixmapParameters(void);
void Debug(void);
};
#endif //__TEMPLATEVIEWGRID_H