Numworks Epsilon
1.4.1
Graphing Calculator Operating System
Main Page
Related Pages
+
Namespaces
Namespace List
+
Namespace Members
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
+
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Typedefs
Enumerations
Enumerator
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Typedefs
+
Enumerations
a
b
c
d
e
f
l
m
o
p
q
r
s
t
w
Enumerator
+
Related Functions
a
b
c
d
f
g
h
i
l
m
n
o
p
r
s
t
u
w
+
Files
File List
+
File Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
f
g
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
+
Variables
_
a
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
+
Typedefs
a
b
c
d
e
f
g
i
k
m
n
q
r
s
u
v
Enumerations
+
Enumerator
i
l
m
p
r
s
u
+
Macros
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
language_controller.cpp
Go to the documentation of this file.
1
#include "
language_controller.h
"
2
3
namespace
Settings
{
4
5
bool
LanguageController::handleEvent
(
Ion::Events::Event
event) {
6
if
(
Shared::LanguageController::handleEvent
(event) || event ==
Ion::Events::Left
) {
7
static_cast<
StackViewController
*
>
(
parentResponder
())->pop();
8
return
true
;
9
}
10
return
false
;
11
}
12
13
}
Responder::parentResponder
Responder * parentResponder() const
Definition:
responder.cpp:12
Ion::Events::Event
Definition:
events.h:9
StackViewController
Definition:
stack_view_controller.h:10
Settings::LanguageController::handleEvent
bool handleEvent(Ion::Events::Event event) override
Definition:
language_controller.cpp:5
Ion::Events::Left
constexpr Event Left
Definition:
events.h:61
Shared::LanguageController::handleEvent
bool handleEvent(Ion::Events::Event event) override
Definition:
language_controller.cpp:41
language_controller.h
Settings
Definition:
app.cpp:5
epsilon
apps
settings
language_controller.cpp
Generated by
1.8.14