mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-29 19:49:58 +02:00
[escher] Clean Field and Input class hierarchy:
Class hierarchy: - InputEventHandler - TextInput - EditableField derives from InputEventHandler - LayoutField, TextField and ExpressioField derives from EditableField - TextArea and TextField derives from TextInput
This commit is contained in:
@@ -28,7 +28,7 @@ const char * ListController::title() {
|
||||
return I18n::translate(I18n::Message::SequenceTab);
|
||||
}
|
||||
|
||||
Toolbox * ListController::toolboxForTextInput(TextInput * textInput) {
|
||||
Toolbox * ListController::toolboxForTextInput(InputEventHandler * textInput) {
|
||||
return toolboxForSender(textInput);
|
||||
}
|
||||
|
||||
@@ -88,7 +88,7 @@ void ListController::selectPreviousNewSequenceCell() {
|
||||
}
|
||||
}
|
||||
|
||||
Toolbox * ListController::toolboxForSender(Responder * sender) {
|
||||
Toolbox * ListController::toolboxForSender(InputEventHandler * sender) {
|
||||
// Set extra cells
|
||||
int recurrenceDepth = -1;
|
||||
int sequenceDefinition = sequenceDefinitionForRow(selectedRow());
|
||||
|
||||
Reference in New Issue
Block a user