Numworks Epsilon  1.4.1
Graphing Calculator Operating System
Shared::FunctionCurveParameterController Class Referenceabstract

#include <function_curve_parameter_controller.h>

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

Public Member Functions

 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 const char * title ()
 
virtual void viewWillAppear ()
 
virtual void viewDidDisappear ()
 
virtual DisplayParameter displayParameter ()
 
- Public Member Functions inherited from Responder
 Responder (Responder *parentResponder)
 
virtual bool handleEvent (Ion::Events::Event event)
 
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
 
virtual HighlightCellreusableCell (int index)=0
 
virtual int reusableCellCount ()=0
 
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 TableViewDataSource
virtual int numberOfRows ()=0
 
- 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)
 

Protected Member Functions

bool handleGotoSelection ()
 

Protected Attributes

MessageTableCellWithChevron m_goToCell
 
SelectableTableView m_selectableTableView
 
Functionm_function
 

Additional Inherited Members

- Public Types inherited from ViewController
enum  DisplayParameter { DisplayParameter::Default, DisplayParameter::DoNotShowOwnTitle, DisplayParameter::WantsMaximumSpace }
 

Detailed Description

Definition at line 12 of file function_curve_parameter_controller.h.

Constructor & Destructor Documentation

◆ FunctionCurveParameterController()

Shared::FunctionCurveParameterController::FunctionCurveParameterController ( InteractiveCurveViewRange graphRange,
CurveViewCursor cursor 
)

Definition at line 6 of file function_curve_parameter_controller.cpp.

Member Function Documentation

◆ cellHeight()

KDCoordinate Shared::FunctionCurveParameterController::cellHeight ( )
overridevirtual

Implements SimpleListViewDataSource.

Definition at line 35 of file function_curve_parameter_controller.cpp.

◆ didBecomeFirstResponder()

void Shared::FunctionCurveParameterController::didBecomeFirstResponder ( )
overridevirtual

Reimplemented from Responder.

Definition at line 18 of file function_curve_parameter_controller.cpp.

◆ handleGotoSelection()

bool Shared::FunctionCurveParameterController::handleGotoSelection ( )
protected

Definition at line 25 of file function_curve_parameter_controller.cpp.

◆ setFunction()

void Shared::FunctionCurveParameterController::setFunction ( Function function)

Definition at line 39 of file function_curve_parameter_controller.cpp.

◆ view()

View * Shared::FunctionCurveParameterController::view ( )
overridevirtual

Implements ViewController.

Definition at line 14 of file function_curve_parameter_controller.cpp.

Member Data Documentation

◆ m_function

Function* Shared::FunctionCurveParameterController::m_function
protected

Definition at line 23 of file function_curve_parameter_controller.h.

◆ m_goToCell

MessageTableCellWithChevron Shared::FunctionCurveParameterController::m_goToCell
protected

Definition at line 21 of file function_curve_parameter_controller.h.

◆ m_selectableTableView

SelectableTableView Shared::FunctionCurveParameterController::m_selectableTableView
protected

Definition at line 22 of file function_curve_parameter_controller.h.


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