summaryrefslogtreecommitdiff
path: root/libtemplate/xmlparser.h
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2015-01-31 11:59:36 +0100
committerlouis <louis.braun@gmx.de>2015-01-31 11:59:36 +0100
commit0341add15e210d2a2da18753bda07b92430fcbf9 (patch)
treea0dc85fee2c22e4f7e64d5020d249cd2316fcf43 /libtemplate/xmlparser.h
parent796ce8e5873f3bb55bec8db2b1ee6b5a857e304d (diff)
parentd446ce0d0faa56aea7ef50c4762c2e532494adcb (diff)
downloadvdr-plugin-skindesigner-0341add15e210d2a2da18753bda07b92430fcbf9.tar.gz
vdr-plugin-skindesigner-0341add15e210d2a2da18753bda07b92430fcbf9.tar.bz2
Merge branch 'master' into plugininterface
Diffstat (limited to 'libtemplate/xmlparser.h')
-rw-r--r--libtemplate/xmlparser.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libtemplate/xmlparser.h b/libtemplate/xmlparser.h
index 27399bd..20f6763 100644
--- a/libtemplate/xmlparser.h
+++ b/libtemplate/xmlparser.h
@@ -31,6 +31,7 @@ private:
xmlDocPtr doc;
xmlNodePtr root;
string GetPath(string xmlFile);
+ void ParseSetupMenu(xmlNodePtr node);
void ParseSetupParameter(xmlNodePtr node);
void ParseGlobalColors(xmlNodePtr node);
void InsertColor(string name, string value);
@@ -51,7 +52,7 @@ public:
bool ReadView(cTemplateView *view, string xmlFile);
bool ReadPluginView(string plugName, int templateNumber, string templateName);
bool ReadGlobals(cGlobals *globals, string xmlFile, bool mandatory);
- bool ReadSkinSetup(cSkinSetup *skinSetup, string skin, string xmlFile);
+ bool ReadSkinSetup(cSkinSetup *skinSetup, string xmlFile);
bool ParseView(void);
bool ParsePluginView(string plugName, int templateNumber);
bool ParseGlobals(void);