summaryrefslogtreecommitdiff
path: root/libtemplate/templateview.h
diff options
context:
space:
mode:
Diffstat (limited to 'libtemplate/templateview.h')
-rw-r--r--libtemplate/templateview.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libtemplate/templateview.h b/libtemplate/templateview.h
index 7e0d43e..79564b7 100644
--- a/libtemplate/templateview.h
+++ b/libtemplate/templateview.h
@@ -211,7 +211,7 @@ public:
void AddViewList(string sViewList, cTemplateViewList *viewList);
};
-// --- cTemplateViewAudioTracks -------------------------------------------------------------
+// --- cTemplateViewPlugin -------------------------------------------------------------
class cTemplateViewPlugin : public cTemplateView {
private:
@@ -220,8 +220,10 @@ private:
public:
cTemplateViewPlugin(string pluginName, int viewID);
virtual ~cTemplateViewPlugin(void);
+ void AddSubView(string sSubView, cTemplateView *subView);
void AddPixmap(string viewElement, cTemplatePixmap *pix, vector<pair<string, string> > &viewElementattributes);
void AddPixmapGrid(cTemplatePixmap *pix, vector<pair<string, string> > &gridAttributes);
+ void AddViewTab(cTemplateViewTab *viewTab);
};
#endif //__TEMPLATEVIEW_H