|
Numworks Epsilon
1.4.1
Graphing Calculator Operating System
|
#include <toolbox.h>
Classes | |
| class | State |
Public Member Functions | |
| void | push (int selectedRow, KDCoordinate verticalScroll) |
| void | pop () |
| State * | stateAtIndex (int index) |
| int | depth () |
| void | resetStack () |
| int Toolbox::Stack::depth | ( | ) |
Definition at line 36 of file toolbox.cpp.
| void Toolbox::Stack::pop | ( | ) |
Definition at line 44 of file toolbox.cpp.
| void Toolbox::Stack::push | ( | int | selectedRow, |
| KDCoordinate | verticalScroll | ||
| ) |
Definition at line 23 of file toolbox.cpp.
| void Toolbox::Stack::resetStack | ( | ) |
Definition at line 52 of file toolbox.cpp.
| Toolbox::Stack::State * Toolbox::Stack::stateAtIndex | ( | int | index | ) |
Definition at line 32 of file toolbox.cpp.