Numworks Epsilon
1.4.1
Graphing Calculator Operating System
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