mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 10:21:04 +02:00
gui/vfd_setup.cpp: modify brightness menu so vfd follow selected menu item on scroll
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2edfa2655b
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-10-22 (Wed, 22 Oct 2014)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -36,23 +36,22 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
class CVfdSetup : public CMenuTarget, CChangeObserver
|
||||
class CVfdSetup : public CMenuTarget, CChangeObserver, CActivateObserver
|
||||
{
|
||||
private:
|
||||
int width;
|
||||
|
||||
int showSetup();
|
||||
void showBrightnessSetup(CMenuWidget *mn_widget);
|
||||
int showBrightnessSetup();
|
||||
void showLedSetup(CMenuWidget *mn_led_widget);
|
||||
void showBacklightSetup(CMenuWidget *mn_led_widget);
|
||||
virtual bool changeNotify(const neutrino_locale_t OptionName, void *data);
|
||||
virtual void activateNotify(const neutrino_locale_t OptionName);
|
||||
int brightness;
|
||||
int brightnessstandby;
|
||||
int brightnessdeepstandby;
|
||||
|
||||
bool vfd_enabled;
|
||||
|
||||
CStringInput * dim_time;
|
||||
|
||||
public:
|
||||
CVfdSetup();
|
||||
|
Reference in New Issue
Block a user