Numworks Epsilon  1.4.1
Graphing Calculator Operating System
language_controller.h
Go to the documentation of this file.
1 #ifndef SETTINGS_LANGUAGE_CONTROLLER_H
2 #define SETTINGS_LANGUAGE_CONTROLLER_H
3 
4 #include <escher.h>
5 #include "../shared/language_controller.h"
6 
7 namespace Settings {
8 
10 public:
12  bool handleEvent(Ion::Events::Event event) override;
13 };
14 
15 }
16 
17 #endif
bool handleEvent(Ion::Events::Event event) override
LanguageController(Responder *parentResponder, KDCoordinate topMargin)
Definition: app.cpp:5