mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
CExtendedInput: Add saveScreen & restoreScreen() functions
This commit is contained in:
@@ -70,6 +70,11 @@ class CExtendedInput : public CMenuTarget
|
||||
CChangeObserver* observ;
|
||||
bool* cancel;
|
||||
|
||||
fb_pixel_t *background;
|
||||
bool savescreen;
|
||||
void saveScreen();
|
||||
void restoreScreen();
|
||||
|
||||
virtual void paint();
|
||||
virtual void onBeforeExec(){};
|
||||
virtual void onAfterExec(){};
|
||||
@@ -85,6 +90,8 @@ class CExtendedInput : public CMenuTarget
|
||||
void calculateDialog();
|
||||
|
||||
void addInputField( CExtendedInput_Item* );
|
||||
|
||||
void enableSaveScreen(bool enable);
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user