diff options
| author | louis <louis.braun@gmx.de> | 2014-11-29 11:23:54 +0100 |
|---|---|---|
| committer | louis <louis.braun@gmx.de> | 2014-11-29 11:23:54 +0100 |
| commit | 76ab3e4cef2ef37ea8e9f2ababfd4b8c98ceaf54 (patch) | |
| tree | 7f13e052745e0fd2ac43e6ecd391247aa9889744 /libtemplate/xmlparser.h | |
| parent | d684cec70e72c4f9cea35fda69c1baa32360b5e3 (diff) | |
| download | vdr-plugin-skindesigner-76ab3e4cef2ef37ea8e9f2ababfd4b8c98ceaf54.tar.gz vdr-plugin-skindesigner-76ab3e4cef2ef37ea8e9f2ababfd4b8c98ceaf54.tar.bz2 | |
added onpause and onpausemodeonly in displayreplay
Diffstat (limited to 'libtemplate/xmlparser.h')
| -rw-r--r-- | libtemplate/xmlparser.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libtemplate/xmlparser.h b/libtemplate/xmlparser.h index 18476e9..5ff829f 100644 --- a/libtemplate/xmlparser.h +++ b/libtemplate/xmlparser.h @@ -36,13 +36,12 @@ private: void ParseGlobalFonts(xmlNodePtr node); void ParseTranslations(xmlNodePtr node); bool ParseSubView(xmlNodePtr node); - void ParseViewElement(const xmlChar * viewElement, xmlNodePtr node, bool debugVE, cTemplateView *subView = NULL); + void ParseViewElement(const xmlChar * viewElement, xmlNodePtr node, vector<pair<string, string> > &attributes, cTemplateView *subView = NULL); void ParseViewList(xmlNodePtr parentNode, cTemplateView *subView = NULL); void ParseViewTab(xmlNodePtr parentNode, cTemplateView *subView); void ParseFunctionCalls(xmlNodePtr node, cTemplatePixmap *pix); void ParseLoopFunctionCalls(xmlNodePtr node, cTemplateLoopFunction *loopFunc); bool ParseAttributes(xmlAttrPtr attr, xmlNodePtr node, vector<pair<string, string> > &attribs); - bool DebugViewElement(xmlNodePtr node); public: cXmlParser(void); virtual ~cXmlParser(void); |
