Numworks Epsilon  1.4.1
Graphing Calculator Operating System
DynamicViewController Class Referenceabstract

#include <dynamic_view_controller.h>

Inheritance diagram for DynamicViewController:
ViewController Responder Calculation::EditExpressionController Calculation::HistoryController Shared::FloatParameterController Shared::ListController Shared::TabTableController Probability::ParametersController Shared::GoToParameterController Shared::IntervalParameterController Shared::RangeParameterController Statistics::HistogramParameterController Graph::ListController Sequence::ListController Regression::CalculationController Shared::EditableCellTableViewController Statistics::CalculationController

Public Member Functions

 DynamicViewController (Responder *parentResponder)
 
 ~DynamicViewController ()
 
 DynamicViewController (const DynamicViewController &other)=delete
 
 DynamicViewController (DynamicViewController &&other)=delete
 
DynamicViewControlleroperator= (const DynamicViewController &other)=delete
 
DynamicViewControlleroperator= (DynamicViewController &&other)=delete
 
Viewview () override
 
void viewWillAppear () override
 
void viewDidDisappear () override
 
- Public Member Functions inherited from ViewController
 ViewController (Responder *parentResponder)
 
virtual const char * title ()
 
virtual DisplayParameter displayParameter ()
 
- Public Member Functions inherited from Responder
 Responder (Responder *parentResponder)
 
virtual bool handleEvent (Ion::Events::Event event)
 
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 }
 

Detailed Description

Definition at line 13 of file dynamic_view_controller.h.

Constructor & Destructor Documentation

◆ DynamicViewController() [1/3]

DynamicViewController::DynamicViewController ( Responder parentResponder)

Definition at line 5 of file dynamic_view_controller.cpp.

◆ ~DynamicViewController()

DynamicViewController::~DynamicViewController ( )

Definition at line 11 of file dynamic_view_controller.cpp.

◆ DynamicViewController() [2/3]

DynamicViewController::DynamicViewController ( const DynamicViewController other)
delete

◆ DynamicViewController() [3/3]

DynamicViewController::DynamicViewController ( DynamicViewController &&  other)
delete

Member Function Documentation

◆ operator=() [1/2]

DynamicViewController& DynamicViewController::operator= ( const DynamicViewController other)
delete

◆ operator=() [2/2]

DynamicViewController& DynamicViewController::operator= ( DynamicViewController &&  other)
delete

◆ view()

View * DynamicViewController::view ( )
overridevirtual

Implements ViewController.

Definition at line 15 of file dynamic_view_controller.cpp.

◆ viewDidDisappear()

void DynamicViewController::viewDidDisappear ( )
overridevirtual

Reimplemented from ViewController.

Definition at line 24 of file dynamic_view_controller.cpp.

◆ viewWillAppear()

void DynamicViewController::viewWillAppear ( )
overridevirtual

Reimplemented from ViewController.

Definition at line 20 of file dynamic_view_controller.cpp.


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