|
Numworks Epsilon
1.4.1
Graphing Calculator Operating System
|
#include <function_app.h>
Public Member Functions | |
| 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 | |
| virtual App * | unpack (Container *container)=0 |
| void | pack (App *app) |
| virtual Descriptor * | descriptor ()=0 |
Public Member Functions inherited from TabViewDataSource | |
| TabViewDataSource () | |
| int | activeTab () const |
| int | selectedTab () const |
| void | setSelectedTab (int index) |
| void | setActiveTab (int index) |
Protected Attributes | |
| CurveViewCursor | m_cursor |
| Interval | m_interval |
Definition at line 15 of file function_app.h.
| Shared::FunctionApp::Snapshot::Snapshot | ( | ) |
Definition at line 8 of file function_app.cpp.
| Expression::AngleUnit * Shared::FunctionApp::Snapshot::angleUnitVersion | ( | ) |
Definition at line 33 of file function_app.cpp.
| CurveViewCursor * Shared::FunctionApp::Snapshot::cursor | ( | ) |
Definition at line 21 of file function_app.cpp.
| int * Shared::FunctionApp::Snapshot::indexFunctionSelectedByCursor | ( | ) |
Definition at line 41 of file function_app.cpp.
| Interval * Shared::FunctionApp::Snapshot::interval | ( | ) |
Definition at line 37 of file function_app.cpp.
| uint32_t * Shared::FunctionApp::Snapshot::modelVersion | ( | ) |
Definition at line 25 of file function_app.cpp.
| uint32_t * Shared::FunctionApp::Snapshot::rangeVersion | ( | ) |
Definition at line 29 of file function_app.cpp.
|
overridevirtual |
Reimplemented from App::Snapshot.
Definition at line 45 of file function_app.cpp.
|
protected |
Definition at line 26 of file function_app.h.
|
protected |
Definition at line 27 of file function_app.h.