summaryrefslogtreecommitdiff
path: root/src/xmlmenu.h
diff options
context:
space:
mode:
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