From edcd570a06ed28ffa661fd5e127b6f1729c098a6 Mon Sep 17 00:00:00 2001 From: svntcreutz Date: Fri, 5 Oct 2007 15:08:09 +0000 Subject: added Store()-Procedures to Item-Setups git-svn-id: file:///home/tobias/sandbox/vdr/--/vdr-pkg/vdr-pkg/menuorg/trunk@6180 cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f --- src/CommandItemSetup.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/CommandItemSetup.h') diff --git a/src/CommandItemSetup.h b/src/CommandItemSetup.h index 9275cee..e054198 100644 --- a/src/CommandItemSetup.h +++ b/src/CommandItemSetup.h @@ -26,20 +26,22 @@ #include #include "CommandMenuNode.h" -class cCommandItemSetup : public cOsdMenu +class CommandItemSetup : public cOsdMenu { private: char _newName[256]; char _newCommand[256]; int _newConfirm; + CommandMenuNode* _node; public: - cCommandItemSetup(CommandMenuNode* node); - ~cCommandItemSetup(void); + CommandItemSetup(CommandMenuNode* node); + ~CommandItemSetup(void); virtual eOSState ProcessKey(eKeys Key); private: void CreateMenuItems(void); + void Store(void); }; #endif -- cgit v1.2.3