mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-20 09:17:23 +01:00
[apps][escher] I18n
Change-Id: I4d6f40155a8a182184af9ef2a583d0469196ffd5
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
#include <escher.h>
|
||||
#include "function.h"
|
||||
#include "../i18n.h"
|
||||
|
||||
namespace Shared {
|
||||
|
||||
@@ -11,7 +12,7 @@ public:
|
||||
ValuesFunctionParameterController(char symbol);
|
||||
|
||||
View * view() override;
|
||||
const char * title() const override;
|
||||
const char * title() override;
|
||||
void didBecomeFirstResponder() override;
|
||||
virtual int numberOfRows() override;
|
||||
KDCoordinate cellHeight() override;
|
||||
@@ -25,6 +26,7 @@ private:
|
||||
constexpr static int k_maxNumberOfCharsInTitle = 16;
|
||||
char m_pageTitle[k_maxNumberOfCharsInTitle];
|
||||
Function * m_function;
|
||||
char m_symbol;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user