mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 01:41:12 +02:00
gui/record_setup.cpp: add changeNotify, remove notifiers
Origin commit data
------------------
Branch: ni/coolstream
Commit: a4b98865b8
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-05-31 (Thu, 31 May 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -36,12 +36,10 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
class CRecordSetup : public CMenuTarget
|
||||
class CRecordSetup : public CMenuTarget, public CChangeObserver
|
||||
{
|
||||
private:
|
||||
int width;
|
||||
CRecordingSafetyNotifier *RecordingSafetyNotifier;
|
||||
CRecAPIDSettingsNotifier * APIDNotifier;
|
||||
|
||||
int showRecordSetup();
|
||||
void showRecordTimerSetup(CMenuWidget *menu_timersettings);
|
||||
@@ -52,7 +50,7 @@ class CRecordSetup : public CMenuTarget
|
||||
CRecordSetup();
|
||||
~CRecordSetup();
|
||||
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