Main Page | Class Hierarchy | Class List | Directories | File List | Class Members | Related Pages

UndoRemoveScene Class Reference

#include <undoremovescene.h>

Inheritance diagram for UndoRemoveScene:

Undo List of all members.

Public Member Functions

 UndoRemoveScene (int sceneNumber)
virtual ~UndoRemoveScene ()
void undo (AnimationModel *a)
void redo (AnimationModel *a)

Detailed Description

The UndoRemoveScene class for undoing removeScene(...) calls to the domain.
Author:
Bjoern Erik Nilsen & Fredrik Berg Kjoelstad


Constructor & Destructor Documentation

UndoRemoveScene::UndoRemoveScene int  sceneNumber  ) 
 

Sets up the UndoRemoveScene command object with the information needed to undo and redo the add command.

Parameters:
sceneNumber the index the removed scene had. command

UndoRemoveScene::~UndoRemoveScene  )  [virtual]
 

Cleans up after the undo object.


Member Function Documentation

void UndoRemoveScene::redo AnimationModel a  )  [virtual]
 

Abstract function for redoing (performing) the command represented by this undo object.

Parameters:
a the model to perform the redo command on.

Implements Undo.

void UndoRemoveScene::undo AnimationModel a  )  [virtual]
 

Abstract function for undoing the command represented by this undo object.

Parameters:
a the model to perform the undo command on.

Implements Undo.


The documentation for this class was generated from the following files:
Generated on Thu May 19 01:51:22 2005 for stopmotion.kdevelop by  doxygen 1.4.2