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
view_controller.cpp
Go to the documentation of this file.
1
#include <
escher/view_controller.h
>
2
3
ViewController::ViewController
(
Responder
* parentResponder) :
4
Responder
(parentResponder)
5
{
6
}
7
8
const
char
*
ViewController::title
() {
9
return
nullptr
;
10
}
11
12
void
ViewController::viewWillAppear
() {
13
}
14
15
void
ViewController::viewDidDisappear
() {
16
}
17
view_controller.h
Responder
Definition:
responder.h:9
ViewController::ViewController
ViewController(Responder *parentResponder)
Definition:
view_controller.cpp:3
ViewController::viewWillAppear
virtual void viewWillAppear()
Definition:
view_controller.cpp:12
ViewController::title
virtual const char * title()
Definition:
view_controller.cpp:8
ViewController::viewDidDisappear
virtual void viewDidDisappear()
Definition:
view_controller.cpp:15
epsilon
escher
src
view_controller.cpp
Generated by
1.8.14