#include <SignStateManager.h>
Collaboration diagram for SignStateManager:

This class is responsible for the management of application states/checkpoints. They can be saved, restored, and deleted.
Public Member Functions | |
| SignStateManager (SignContext *newSignContext) | |
| ~SignStateManager () | |
| Destructor. | |
| SignState * | SaveState (std::string name, vtkKWFrame *frame) |
| SignState * | RestoreState (std::string name) |
| void | DeleteState (std::string name) |
| bool | CheckState (std::string name) |
| SignState * | GetCurrentState () |
|
|
Constructor
|
|
|
Destructor.
|
|
|
Checks if a checkpoint exists
|
|
|
Deletes a checkpoint.
|
|
|
Gets a pointer to the current state
|
|
|
Restores a previously saved checkpoint
|
|
||||||||||||
|
Creates a new checkpoint and saves it
|
1.4.6