diff options
author | svntcreutz <svntcreutz@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f> | 2007-07-27 17:18:19 +0000 |
---|---|---|
committer | svntcreutz <svntcreutz@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f> | 2007-07-27 17:18:19 +0000 |
commit | ed6354cf1ee86626d0b1fefe4eaabb3b4365002d (patch) | |
tree | c9a781893fa52bfb5d1330cff9c453e96eacc936 /src/xmlmenu.h | |
parent | 9818cb73b5840463757da8707dda1194aa166ddc (diff) | |
download | vdr-plugin-menuorg-ed6354cf1ee86626d0b1fefe4eaabb3b4365002d.tar.gz vdr-plugin-menuorg-ed6354cf1ee86626d0b1fefe4eaabb3b4365002d.tar.bz2 |
now the menus was created succesful, BUT some bugs left
git-svn-id: file:///home/tobias/sandbox/vdr/--/vdr-pkg/vdr-pkg/submenu/trunk@5655 cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f
Diffstat (limited to 'src/xmlmenu.h')
-rw-r--r-- | src/xmlmenu.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/xmlmenu.h b/src/xmlmenu.h index 3f24644..bbae9b0 100644 --- a/src/xmlmenu.h +++ b/src/xmlmenu.h @@ -16,10 +16,12 @@ class XmlMenu { private: //void createMenu(); // create the Menu Node - void parseNode(const Node* a_node, unsigned int Parent); + void parseNode(const Node* a_node, unsigned int Parent, unsigned int ItemIndex, unsigned int MenuIndex); eOSState geteOSState(const Glib::ustring& name); // gets the eOSState for the given string PluginItemAndIndex* getPlugin(const Glib::ustring& name); // gets the plugin for the given string MenuNode* _subMenu[30]; // holds the submenus + int MenuCount; + public: MenuNode _rootMenuNode; // hold the Menue Nodes void loadXmlMenu(); // load the xmlfile |