mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
add COsdSetup::changeNotify, atm only for new option
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1866 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Branch: ni/coolstream
Commit: 158d22a3c7
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2011-11-18 (Fri, 18 Nov 2011)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
class COsdSetup : public CMenuTarget
|
||||
class COsdSetup : public CMenuTarget, public CChangeObserver
|
||||
{
|
||||
private:
|
||||
CColorSetupNotifier *colorSetupNotifier;
|
||||
@@ -86,8 +86,7 @@
|
||||
COsdSetup(bool wizard_mode = OSD_SETUP_MODE_WIZARD_NO);
|
||||
~COsdSetup();
|
||||
int exec(CMenuTarget* parent, const std::string & actionKey);
|
||||
|
||||
|
||||
bool changeNotify(const neutrino_locale_t OptionName, void * /*data*/);
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user