fshake3d  0.0.1
FreeformDensity3DSurfaceEditor
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
Public Member Functions | Private Attributes
CommandStack Class Reference

#include <command.hpp>

List of all members.

Public Member Functions

void undoCommand ()
void redoCommand ()
void doCommand (Command *pCommand)

Private Attributes

std::vector< Command * > mCommandStack
std::vector< Command * >::iterator mIterator

Detailed Description

Definition at line 13 of file command.hpp.


Member Function Documentation

void CommandStack::doCommand ( Command pCommand) [inline]

Definition at line 21 of file command.hpp.

void CommandStack::undoCommand ( ) [inline]

Definition at line 16 of file command.hpp.


Member Data Documentation

std::vector<Command*> CommandStack::mCommandStack [private]

Definition at line 29 of file command.hpp.

std::vector<Command*>::iterator CommandStack::mIterator [private]

Definition at line 30 of file command.hpp.


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