Numworks Epsilon  1.4.1
Graphing Calculator Operating System
Toolbox::Stack Class Reference

#include <toolbox.h>

Classes

class  State
 

Public Member Functions

void push (int selectedRow, KDCoordinate verticalScroll)
 
void pop ()
 
StatestateAtIndex (int index)
 
int depth ()
 
void resetStack ()
 

Detailed Description

Definition at line 34 of file toolbox.h.

Member Function Documentation

◆ depth()

int Toolbox::Stack::depth ( )

Definition at line 36 of file toolbox.cpp.

◆ pop()

void Toolbox::Stack::pop ( )

Definition at line 44 of file toolbox.cpp.

◆ push()

void Toolbox::Stack::push ( int  selectedRow,
KDCoordinate  verticalScroll 
)

Definition at line 23 of file toolbox.cpp.

◆ resetStack()

void Toolbox::Stack::resetStack ( )

Definition at line 52 of file toolbox.cpp.

◆ stateAtIndex()

Toolbox::Stack::State * Toolbox::Stack::stateAtIndex ( int  index)

Definition at line 32 of file toolbox.cpp.


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