diff options
Diffstat (limited to 'libtemplate/xmlparser.h')
-rw-r--r-- | libtemplate/xmlparser.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libtemplate/xmlparser.h b/libtemplate/xmlparser.h index 20f6763..8698196 100644 --- a/libtemplate/xmlparser.h +++ b/libtemplate/xmlparser.h @@ -15,6 +15,7 @@ #include "templateview.h" #include "templateviewlist.h" +#include "templateviewgrid.h" #include "templateviewtab.h" #include "../libcore/skinsetup.h" @@ -43,6 +44,7 @@ private: 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 ParseGrid(xmlNodePtr node, vector<pair<string, string> > &attributes); void ParseFunctionCalls(xmlNodePtr node, cTemplatePixmap *pix); void ParseLoopFunctionCalls(xmlNodePtr node, cTemplateLoopFunction *loopFunc); bool ParseAttributes(xmlAttrPtr attr, xmlNodePtr node, vector<pair<string, string> > &attribs); |