summaryrefslogtreecommitdiff
path: root/libtemplate/templateviewelement.h
diff options
context:
space:
mode:
Diffstat (limited to 'libtemplate/templateviewelement.h')
-rw-r--r--libtemplate/templateviewelement.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libtemplate/templateviewelement.h b/libtemplate/templateviewelement.h
index ebddcd2..be7bb74 100644
--- a/libtemplate/templateviewelement.h
+++ b/libtemplate/templateviewelement.h
@@ -70,6 +70,12 @@ enum eViewElement {
veVolume
};
+enum ePluginInteralViewElements {
+ pveScrollbar = -1,
+ pveTablabels = -2,
+ pveUndefined = 0
+};
+
class cTemplateViewElement {
protected:
bool debugTokens;