mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 09:51:13 +02:00
menu: add possibility to get action state of menu widget
Origin commit data
------------------
Commit: 48b5f1a1f9
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-16 (Sun, 16 Dec 2018)
Origin message was:
------------------
- menu: add possibility to get action state of menu widget
This commit is contained in:
@@ -664,6 +664,7 @@ class CMenuWidget : public CMenuTarget, public CComponentsSignals
|
|||||||
|
|
||||||
void setNextShortcut(int sc) { nextShortcut = sc; };
|
void setNextShortcut(int sc) { nextShortcut = sc; };
|
||||||
int getNextShortcut() { return nextShortcut; };
|
int getNextShortcut() { return nextShortcut; };
|
||||||
|
bool gotAction() { return !no_action; };
|
||||||
};
|
};
|
||||||
|
|
||||||
class CPINProtection
|
class CPINProtection
|
||||||
|
Reference in New Issue
Block a user