mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-05 12:48:27 +02:00
Preparing the menu classes for Lua Part #2
- Remove CMenuForwarderNonLocalized
- Add overloaded function CMenuForwarder for non local
THX Martii
Origin commit data
------------------
Commit: b41819190d
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-01-16 (Thu, 16 Jan 2014)
Origin message was:
------------------
Preparing the menu classes for Lua Part #2
- Remove CMenuForwarderNonLocalized
- Add overloaded function CMenuForwarder for non local
THX Martii
This commit is contained in:
@@ -180,7 +180,6 @@ class CDateInput : public CExtendedInput
|
||||
public:
|
||||
CDateInput(const neutrino_locale_t Name, time_t* Time, const neutrino_locale_t Hint_1, const neutrino_locale_t Hint_2, CChangeObserver* Observ = NULL);
|
||||
~CDateInput();
|
||||
char* getValue() {return value;}
|
||||
};
|
||||
|
||||
//----------------------------------------------------------------------------------------------------
|
||||
@@ -230,9 +229,6 @@ class CIntInput : public CExtendedInput
|
||||
*@param Size how many digits can be entered
|
||||
*/
|
||||
CIntInput(const neutrino_locale_t Name, int& Value, const unsigned int Size, const neutrino_locale_t Hint_1, const neutrino_locale_t Hint_2, CChangeObserver* Observ = NULL);
|
||||
char* getValue() {
|
||||
return myValueStringOutput;
|
||||
}
|
||||
void updateValue() { onBeforeExec(); }
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user