mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 08:21:07 +02:00
gui/keybind_setup.cpp: add changeNotify for remote repeat
Origin commit data
------------------
Commit: f612223cc6
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-05-31 (Thu, 31 May 2012)
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
class CKeybindSetup : public CMenuTarget
|
||||
class CKeybindSetup : public CMenuTarget, public CChangeObserver
|
||||
{
|
||||
public:
|
||||
enum keynames
|
||||
@@ -82,7 +82,6 @@ class CKeybindSetup : public CMenuTarget
|
||||
|
||||
private:
|
||||
CFrameBuffer *frameBuffer;
|
||||
CKeySetupNotifier *keySetupNotifier;
|
||||
CKeyChooser *keychooser[KEYBINDS_COUNT];
|
||||
int width;
|
||||
|
||||
@@ -97,8 +96,8 @@ class CKeybindSetup : public CMenuTarget
|
||||
CKeybindSetup();
|
||||
~CKeybindSetup();
|
||||
int exec(CMenuTarget* parent, const std::string & actionKey);
|
||||
bool changeNotify(const neutrino_locale_t OptionName, void * data);
|
||||
};
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user