diff options
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 |