summaryrefslogtreecommitdiff
path: root/src/xmlmenu.h
diff options
context:
space:
mode:
authorsvntcreutz <svntcreutz@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f>2007-07-27 11:41:33 +0000
committersvntcreutz <svntcreutz@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f>2007-07-27 11:41:33 +0000
commit075f88c6f79f91f9dc0c77dc028b8e36bfb913a7 (patch)
tree401b6eae5019fa20e7de4fec0589a48e51719bca /src/xmlmenu.h
parentb97b2e61d62a2dccb8f020ae252a76a2c6694eb9 (diff)
downloadvdr-plugin-menuorg-075f88c6f79f91f9dc0c77dc028b8e36bfb913a7.tar.gz
vdr-plugin-menuorg-075f88c6f79f91f9dc0c77dc028b8e36bfb913a7.tar.bz2
im think thats the right way
git-svn-id: file:///home/tobias/sandbox/vdr/--/vdr-pkg/vdr-pkg/submenu/trunk@5653 cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f
Diffstat (limited to 'src/xmlmenu.h')
-rw-r--r--src/xmlmenu.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/xmlmenu.h b/src/xmlmenu.h
index a5849fd..3f24644 100644
--- a/src/xmlmenu.h
+++ b/src/xmlmenu.h
@@ -16,9 +16,10 @@ class XmlMenu
{
private:
//void createMenu(); // create the Menu Node
- void parseNode(const Node* a_node, unsigned int Parent, MenuNode *parentNode);
+ void parseNode(const Node* a_node, unsigned int Parent);
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
+ PluginItemAndIndex* getPlugin(const Glib::ustring& name); // gets the plugin for the given string
+ MenuNode* _subMenu[30]; // holds the submenus
public:
MenuNode _rootMenuNode; // hold the Menue Nodes
void loadXmlMenu(); // load the xmlfile