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
box_banner_view.h
Go to the documentation of this file.
1
#ifndef STATISTICS_BOX_BANNER_VIEW_H
2
#define STATISTICS_BOX_BANNER_VIEW_H
3
4
#include <
escher.h
>
5
#include "../shared/banner_view.h"
6
#include "../i18n.h"
7
8
namespace
Statistics
{
9
10
class
BoxBannerView
:
public
Shared::BannerView
{
11
public
:
12
BoxBannerView
();
13
private
:
14
int
numberOfSubviews()
const override
;
15
TextView
* textViewAtIndex(
int
i)
const override
;
16
MessageTextView
* messageTextViewAtIndex(
int
i)
const override
;
17
MessageTextView
m_calculationName;
18
BufferTextView
m_calculationValue;
19
};
20
21
}
22
23
#endif
TextView
Definition:
text_view.h:7
escher.h
Shared::BannerView
Definition:
banner_view.h:8
BufferTextView
Definition:
buffer_text_view.h:6
MessageTextView
Definition:
message_text_view.h:7
Statistics::BoxBannerView
Definition:
box_banner_view.h:10
Statistics
Definition:
app.cpp:7
Statistics::BoxBannerView::BoxBannerView
BoxBannerView()
Definition:
box_banner_view.cpp:5
epsilon
apps
statistics
box_banner_view.h
Generated by
1.8.14