Numworks Epsilon  1.4.1
Graphing Calculator Operating System
Graph::CurveParameterController Class Reference

#include <curve_parameter_controller.h>

Inheritance diagram for Graph::CurveParameterController:
Shared::FunctionCurveParameterController ViewController SimpleListViewDataSource SelectableTableViewDataSource Responder ListViewDataSource ScrollViewDataSource TableViewDataSource

Public Member Functions

 CurveParameterController (Shared::InteractiveCurveViewRange *graphRange, BannerView *bannerView, Shared::CurveViewCursor *cursor, GraphView *graphView, GraphController *graphController, CartesianFunctionStore *functionStore)
 
const char * title () override
 
bool handleEvent (Ion::Events::Event event) override
 
int numberOfRows () override
 
HighlightCellreusableCell (int index) override
 
int reusableCellCount () override
 
void willDisplayCellForIndex (HighlightCell *cell, int index) override
 
- Public Member Functions inherited from Shared::FunctionCurveParameterController
 FunctionCurveParameterController (InteractiveCurveViewRange *graphRange, CurveViewCursor *cursor)
 
Viewview () override
 
void didBecomeFirstResponder () override
 
KDCoordinate cellHeight () override
 
void setFunction (Function *function)
 
- Public Member Functions inherited from ViewController
 ViewController (Responder *parentResponder)
 
virtual void viewWillAppear ()
 
virtual void viewDidDisappear ()
 
virtual DisplayParameter displayParameter ()
 
- Public Member Functions inherited from Responder
 Responder (Responder *parentResponder)
 
virtual void willResignFirstResponder ()
 
virtual void didEnterResponderChain (Responder *previousFirstResponder)
 
virtual void willExitResponderChain (Responder *nextFirstResponder)
 
ResponderparentResponder () const
 
RespondercommonAncestorWith (Responder *responder)
 
void setParentResponder (Responder *responder)
 
Appapp ()
 
virtual Toolboxtoolbox ()
 
- Public Member Functions inherited from SimpleListViewDataSource
KDCoordinate rowHeight (int j) override
 
KDCoordinate cumulatedHeightFromIndex (int j) override
 
int indexFromCumulatedHeight (KDCoordinate offsetY) override
 
HighlightCellreusableCell (int index, int type) override
 
int reusableCellCount (int type) override
 
int typeAtLocation (int i, int j) override
 
- Public Member Functions inherited from ListViewDataSource
virtual KDCoordinate cellWidth ()
 
KDCoordinate columnWidth (int i) override
 
int numberOfColumns () override
 
void willDisplayCellAtLocation (HighlightCell *cell, int x, int y) override
 
int indexFromCumulatedWidth (KDCoordinate offsetX) override
 
KDCoordinate cumulatedWidthFromIndex (int i) override
 
- Public Member Functions inherited from SelectableTableViewDataSource
 SelectableTableViewDataSource ()
 
int selectedRow ()
 
int selectedColumn ()
 
void selectRow (int j)
 
void selectColumn (int i)
 
void selectCellAtLocation (int i, int j)
 
- Public Member Functions inherited from ScrollViewDataSource
 ScrollViewDataSource ()
 
KDPoint offset () const
 
bool setOffset (KDPoint offset)
 

Additional Inherited Members

- Public Types inherited from ViewController
enum  DisplayParameter { DisplayParameter::Default, DisplayParameter::DoNotShowOwnTitle, DisplayParameter::WantsMaximumSpace }
 
- Protected Member Functions inherited from Shared::FunctionCurveParameterController
bool handleGotoSelection ()
 
- Protected Attributes inherited from Shared::FunctionCurveParameterController
MessageTableCellWithChevron m_goToCell
 
SelectableTableView m_selectableTableView
 
Functionm_function
 

Detailed Description

Definition at line 12 of file curve_parameter_controller.h.

Constructor & Destructor Documentation

◆ CurveParameterController()

Graph::CurveParameterController::CurveParameterController ( Shared::InteractiveCurveViewRange graphRange,
BannerView bannerView,
Shared::CurveViewCursor cursor,
GraphView graphView,
GraphController graphController,
CartesianFunctionStore functionStore 
)

Definition at line 10 of file curve_parameter_controller.cpp.

Member Function Documentation

◆ handleEvent()

bool Graph::CurveParameterController::handleEvent ( Ion::Events::Event  event)
overridevirtual

Reimplemented from Responder.

Definition at line 31 of file curve_parameter_controller.cpp.

◆ numberOfRows()

int Graph::CurveParameterController::numberOfRows ( )
overridevirtual

Implements TableViewDataSource.

Definition at line 60 of file curve_parameter_controller.cpp.

◆ reusableCell()

HighlightCell * Graph::CurveParameterController::reusableCell ( int  index)
overridevirtual

Implements SimpleListViewDataSource.

Definition at line 64 of file curve_parameter_controller.cpp.

◆ reusableCellCount()

int Graph::CurveParameterController::reusableCellCount ( )
overridevirtual

Implements SimpleListViewDataSource.

Definition at line 71 of file curve_parameter_controller.cpp.

◆ title()

const char * Graph::CurveParameterController::title ( )
overridevirtual

Reimplemented from ViewController.

Definition at line 20 of file curve_parameter_controller.cpp.

◆ willDisplayCellForIndex()

void Graph::CurveParameterController::willDisplayCellForIndex ( HighlightCell cell,
int  index 
)
overridevirtual

Reimplemented from ListViewDataSource.

Definition at line 24 of file curve_parameter_controller.cpp.


The documentation for this class was generated from the following files: