Numworks Epsilon
1.4.1
Graphing Calculator Operating System
|
#include <app.h>
Public Types | |
enum | Page { Page::Law, Page::Parameters, Page::Calculations } |
Public Member Functions | |
Snapshot () | |
~Snapshot () | |
App * | unpack (Container *container) override |
Descriptor * | descriptor () override |
void | reset () override |
Law * | law () |
Calculation * | calculation () |
Page | activePage () |
void | setActivePage (Page activePage) |
Public Member Functions inherited from App::Snapshot | |
void | pack (App *app) |
|
strong |
App::Snapshot::Page App::Snapshot::activePage | ( | ) |
Calculation * App::Snapshot::calculation | ( | ) |
|
overridevirtual |
Implements App::Snapshot.
|
overridevirtual |
Reimplemented from App::Snapshot.
Implements App::Snapshot.