From 1883ac1691f1e6cbe035819c07bbae72bc7748a9 Mon Sep 17 00:00:00 2001 From: louis Date: Sat, 31 Jan 2015 11:46:06 +0100 Subject: added possibiliy to use submenus in the skin setup menus --- libtemplate/xmlparser.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libtemplate/xmlparser.h') 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); -- cgit v1.2.3