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
banner_view.h
Go to the documentation of this file.
1
#ifndef GRAPH_BANNER_VIEW_H
2
#define GRAPH_BANNER_VIEW_H
3
4
#include "../../shared/banner_view.h"
5
6
namespace
Graph
{
7
8
class
BannerView
:
public
Shared::BannerView
{
9
public
:
10
BannerView
();
11
void
setNumberOfSubviews
(
int
numberOfSubviews);
12
private
:
13
int
numberOfSubviews()
const override
;
14
TextView
* textViewAtIndex(
int
i)
const override
;
15
MessageTextView
* messageTextViewAtIndex(
int
i)
const override
;
16
BufferTextView
m_abscissaView;
17
BufferTextView
m_functionView;
18
BufferTextView
m_derivativeView;
19
MessageTextView
m_tangentEquationView;
20
BufferTextView
m_aView;
21
BufferTextView
m_bView;
22
int
m_numberOfSubviews;
23
};
24
25
}
26
27
#endif
TextView
Definition:
text_view.h:7
Shared::BannerView
Definition:
banner_view.h:8
Graph
Definition:
app.cpp:9
BufferTextView
Definition:
buffer_text_view.h:6
Graph::BannerView::setNumberOfSubviews
void setNumberOfSubviews(int numberOfSubviews)
Definition:
banner_view.cpp:17
Graph::BannerView
Definition:
banner_view.h:8
MessageTextView
Definition:
message_text_view.h:7
Graph::BannerView::BannerView
BannerView()
Definition:
banner_view.cpp:6
epsilon
apps
graph
graph
banner_view.h
Generated by
1.8.14