mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 18:01:13 +02:00
menu.cpp: add member to set action key
This commit is contained in:
@@ -284,6 +284,7 @@ class CMenuForwarder : public CMenuItem
|
|||||||
neutrino_locale_t getTextLocale() const {return name;}
|
neutrino_locale_t getTextLocale() const {return name;}
|
||||||
CMenuTarget* getTarget() const {return jumpTarget;}
|
CMenuTarget* getTarget() const {return jumpTarget;}
|
||||||
const char *getActionKey(){return actionKey.c_str();}
|
const char *getActionKey(){return actionKey.c_str();}
|
||||||
|
void setActionKey(const std::string& ActionKey){actionKey = ActionKey;}
|
||||||
|
|
||||||
int exec(CMenuTarget* parent);
|
int exec(CMenuTarget* parent);
|
||||||
void setOption(const std::string &Option);
|
void setOption(const std::string &Option);
|
||||||
|
Reference in New Issue
Block a user