|
Numworks Epsilon
1.4.1
Graphing Calculator Operating System
|
#include <app.h>
Public Member Functions | |
| Snapshot () | |
| App * | unpack (Container *container) override |
| void | reset () override |
| Descriptor * | descriptor () override |
| SequenceStore * | sequenceStore () |
| CurveViewRange * | graphRange () |
Public Member Functions inherited from Shared::FunctionApp::Snapshot | |
| Snapshot () | |
| CurveViewCursor * | cursor () |
| uint32_t * | modelVersion () |
| uint32_t * | rangeVersion () |
| Poincare::Expression::AngleUnit * | angleUnitVersion () |
| Interval * | interval () |
| int * | indexFunctionSelectedByCursor () |
| void | reset () override |
Public Member Functions inherited from App::Snapshot | |
| void | pack (App *app) |
Public Member Functions inherited from TabViewDataSource | |
| TabViewDataSource () | |
| int | activeTab () const |
| int | selectedTab () const |
| void | setSelectedTab (int index) |
| void | setActiveTab (int index) |
Additional Inherited Members | |
Protected Attributes inherited from Shared::FunctionApp::Snapshot | |
| CurveViewCursor | m_cursor |
| Interval | m_interval |
|
overridevirtual |
Implements App::Snapshot.
| CurveViewRange * App::Snapshot::graphRange | ( | ) |
|
overridevirtual |
Reimplemented from App::Snapshot.
| SequenceStore * App::Snapshot::sequenceStore | ( | ) |
Implements App::Snapshot.