mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
keyboard_input: allow string hints ...
... in preparation for implementation in Lua instance
Origin commit data
------------------
Branch: ni/coolstream
Commit: da9ce1bb38
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-11-24 (Mon, 24 Nov 2014)
Origin message was:
------------------
- keyboard_input: allow string hints ...
... in preparation for implementation in Lua instance
------------------
This commit was generated by Migit
This commit is contained in:
@@ -95,6 +95,7 @@ class CKeyboardInput : public CMenuTarget
|
||||
std::string head;
|
||||
neutrino_locale_t name;
|
||||
neutrino_locale_t hint_1, hint_2;
|
||||
std::string hintText_1, hintText_2;
|
||||
std::string iconfile;
|
||||
int inputSize;
|
||||
int selected;
|
||||
@@ -126,6 +127,7 @@ class CKeyboardInput : public CMenuTarget
|
||||
public:
|
||||
CKeyboardInput(const neutrino_locale_t Name, std::string* Value, int Size = 0, CChangeObserver* Observ = NULL, const char * const Icon = NULL, const neutrino_locale_t Hint_1 = NONEXISTANT_LOCALE, const neutrino_locale_t Hint_2 = NONEXISTANT_LOCALE);
|
||||
CKeyboardInput(const std::string &Name, std::string* Value, int Size = 0, CChangeObserver* Observ = NULL, const char * const Icon = NULL, const neutrino_locale_t Hint_1 = NONEXISTANT_LOCALE, const neutrino_locale_t Hint_2 = NONEXISTANT_LOCALE);
|
||||
CKeyboardInput(const std::string &Name, std::string* Value, int Size = 0, CChangeObserver* Observ = NULL, const char * const Icon = NULL, std::string HintText_1 = "", std::string HintText_2 = "");
|
||||
~CKeyboardInput();
|
||||
|
||||
void hide();
|
||||
|
Reference in New Issue
Block a user