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

#include <root_graph_controller.h>

Inheritance diagram for Graph::RootGraphController:
Graph::CalculationGraphController ViewController Shared::FunctionBannerDelegate Responder

Public Member Functions

 RootGraphController (Responder *parentResponder, GraphView *graphView, BannerView *bannerView, Shared::InteractiveCurveViewRange *curveViewRange, Shared::CurveViewCursor *cursor)
 
const char * title () override
 
- Public Member Functions inherited from Graph::CalculationGraphController
 CalculationGraphController (Responder *parentResponder, GraphView *graphView, BannerView *bannerView, Shared::InteractiveCurveViewRange *curveViewRange, Shared::CurveViewCursor *cursor, I18n::Message defaultMessage)
 
Viewview () override
 
void viewWillAppear () override
 
bool handleEvent (Ion::Events::Event event) override
 
void setFunction (CartesianFunction *function)
 
- Public Member Functions inherited from ViewController
 ViewController (Responder *parentResponder)
 
virtual void viewDidDisappear ()
 
virtual DisplayParameter displayParameter ()
 
- Public Member Functions inherited from Responder
 Responder (Responder *parentResponder)
 
virtual void didBecomeFirstResponder ()
 
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 ()
 

Additional Inherited Members

- Public Types inherited from ViewController
enum  DisplayParameter { DisplayParameter::Default, DisplayParameter::DoNotShowOwnTitle, DisplayParameter::WantsMaximumSpace }
 
- Static Public Attributes inherited from Shared::FunctionBannerDelegate
static constexpr int k_maxNumberOfCharacters = 50
 
static constexpr int k_maxDigitLegendLength = 11
 
- Protected Member Functions inherited from Graph::CalculationGraphController
BannerViewbannerView () override
 
virtual void reloadBannerView ()
 
bool moveCursor (int direction)
 
CartesianFunction::Point computeNewPointOfInteresetFromAbscissa (double start, int direction)
 
- Protected Member Functions inherited from Shared::FunctionBannerDelegate
void reloadBannerViewForCursorOnFunction (CurveViewCursor *cursor, Function *function, char symbol)
 
- Protected Attributes inherited from Graph::CalculationGraphController
GraphViewm_graphView
 
BannerViewm_bannerView
 
Shared::InteractiveCurveViewRangem_graphRange
 
Shared::CurveViewCursorm_cursor
 
CartesianFunctionm_function
 
MessageTextView m_defaultBannerView
 
bool m_isActive
 
- Static Protected Attributes inherited from Graph::CalculationGraphController
static constexpr float k_cursorTopMarginRatio = 0.07f
 
static constexpr float k_cursorBottomMarginRatio = 0.15f
 

Detailed Description

Definition at line 8 of file root_graph_controller.h.

Constructor & Destructor Documentation

◆ RootGraphController()

Graph::RootGraphController::RootGraphController ( Responder parentResponder,
GraphView graphView,
BannerView bannerView,
Shared::InteractiveCurveViewRange curveViewRange,
Shared::CurveViewCursor cursor 
)

Definition at line 9 of file root_graph_controller.cpp.

Member Function Documentation

◆ title()

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

Reimplemented from ViewController.

Definition at line 14 of file root_graph_controller.cpp.


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