mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 15:58:31 +00:00
added viewelement <lastrecordings> with information about 5 newest recordings in main menu
This commit is contained in:
@@ -78,6 +78,14 @@ public:
|
||||
bool Render(void);
|
||||
};
|
||||
|
||||
class cViewElementLastRecordings : public cViewElement, public cViewHelpers {
|
||||
private:
|
||||
public:
|
||||
cViewElementLastRecordings(cTemplateViewElement *tmplViewElement);
|
||||
virtual ~cViewElementLastRecordings() {};
|
||||
bool Render(void);
|
||||
};
|
||||
|
||||
class cViewElementDiscUsage : public cViewElement, public cViewHelpers {
|
||||
private:
|
||||
public:
|
||||
|
Reference in New Issue
Block a user