summaryrefslogtreecommitdiff
path: root/src/xmlmenu.h
diff options
context:
space:
mode:
authorsvntcreutz <svntcreutz@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f>2007-07-27 23:57:22 +0000
committersvntcreutz <svntcreutz@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f>2007-07-27 23:57:22 +0000
commit9ea196bed5d4c395a8eda28320809abbfff4113a (patch)
tree8666e60fedefc0b0588d7a2746ac4335f3c1da0d /src/xmlmenu.h
parentef588ca5054e352cbff3b2de159dabed945ac573 (diff)
downloadvdr-plugin-menuorg-9ea196bed5d4c395a8eda28320809abbfff4113a.tar.gz
vdr-plugin-menuorg-9ea196bed5d4c395a8eda28320809abbfff4113a.tar.bz2
tab cleanup
git-svn-id: file:///home/tobias/sandbox/vdr/--/vdr-pkg/vdr-pkg/submenu/trunk@5661 cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f
Diffstat (limited to 'src/xmlmenu.h')
-rw-r--r--src/xmlmenu.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/xmlmenu.h b/src/xmlmenu.h
index 4cac005..4c7dbb1 100644
--- a/src/xmlmenu.h
+++ b/src/xmlmenu.h
@@ -8,17 +8,17 @@ using namespace xmlpp;
class XmlMenu
{
- private:
- //void createMenu(); // create the Menu Node
- void ParseElement(const Element* a_node, MenuNode* menuNode);
- eOSState geteOSState(std::string name); // gets the eOSState for the given string
- bool FindPluginByName(std::string name, const char** mainMenuEntry, int& pluginIndex); // gets the plugin for the given string
- MenuNode* _subMenu[30]; // holds the submenus
- int MenuCount;
+ private:
+ //void createMenu(); // create the Menu Node
+ void ParseElement(const Element* a_node, MenuNode* menuNode);
+ eOSState geteOSState(std::string name); // gets the eOSState for the given string
+ bool FindPluginByName(std::string name, const char** mainMenuEntry, int& pluginIndex); // 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
+ public:
+ MenuNode _rootMenuNode; // hold the Menue Nodes
+ void loadXmlMenu(); // load the xmlfile
};
#endif