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

#include <derivative_parameter_controller.h>

Inheritance diagram for Graph::DerivativeParameterController:
ViewController SimpleListViewDataSource SelectableTableViewDataSource Responder ListViewDataSource ScrollViewDataSource TableViewDataSource

Public Member Functions

 DerivativeParameterController (ValuesController *valuesController)
 
Viewview () override
 
const char * title () override
 
bool handleEvent (Ion::Events::Event event) override
 
void didBecomeFirstResponder () override
 
int numberOfRows () override
 
KDCoordinate cellHeight () override
 
HighlightCellreusableCell (int index) override
 
int reusableCellCount () override
 
void setFunction (CartesianFunction *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
 
virtual void willDisplayCellForIndex (HighlightCell *cell, int index)
 
- 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 }
 

Detailed Description

Definition at line 11 of file derivative_parameter_controller.h.

Constructor & Destructor Documentation

◆ DerivativeParameterController()

Graph::DerivativeParameterController::DerivativeParameterController ( ValuesController valuesController)

Definition at line 7 of file derivative_parameter_controller.cpp.

Member Function Documentation

◆ cellHeight()

KDCoordinate Graph::DerivativeParameterController::cellHeight ( )
overridevirtual

Implements SimpleListViewDataSource.

Definition at line 86 of file derivative_parameter_controller.cpp.

◆ didBecomeFirstResponder()

void Graph::DerivativeParameterController::didBecomeFirstResponder ( )
overridevirtual

Reimplemented from Responder.

Definition at line 38 of file derivative_parameter_controller.cpp.

◆ handleEvent()

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

Reimplemented from Responder.

Definition at line 43 of file derivative_parameter_controller.cpp.

◆ numberOfRows()

int Graph::DerivativeParameterController::numberOfRows ( )
overridevirtual

Implements TableViewDataSource.

Definition at line 67 of file derivative_parameter_controller.cpp.

◆ reusableCell()

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

Implements SimpleListViewDataSource.

Definition at line 71 of file derivative_parameter_controller.cpp.

◆ reusableCellCount()

int Graph::DerivativeParameterController::reusableCellCount ( )
overridevirtual

Implements SimpleListViewDataSource.

Definition at line 82 of file derivative_parameter_controller.cpp.

◆ setFunction()

void Graph::DerivativeParameterController::setFunction ( CartesianFunction function)

Definition at line 34 of file derivative_parameter_controller.cpp.

◆ title()

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

Reimplemented from ViewController.

Definition at line 19 of file derivative_parameter_controller.cpp.

◆ view()

View * Graph::DerivativeParameterController::view ( )
overridevirtual

Implements ViewController.

Definition at line 30 of file derivative_parameter_controller.cpp.


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