Public Member Functions | Protected Attributes

hipp::MoveShapeCommand Class Reference

#include <MoveShapeCommand.h>

Inheritance diagram for hipp::MoveShapeCommand:
hipp::ShapeCommand

List of all members.

Public Member Functions

 MoveShapeCommand (const wxString &name, HippDocument *doc, HippShape *_shape, int diffX, int diffY)
virtual ~MoveShapeCommand ()
virtual bool Do ()
virtual bool Undo ()

Protected Attributes

HippDocumentm_doc
HippShapeshape
int diffX
int diffY

Constructor & Destructor Documentation

MoveShapeCommand::MoveShapeCommand ( const wxString &  name,
HippDocument doc,
HippShape _shape,
int  diffX,
int  diffY 
)
MoveShapeCommand::~MoveShapeCommand (  )  [virtual]

Member Function Documentation

bool MoveShapeCommand::Do (  )  [virtual]

Implements hipp::ShapeCommand.

bool MoveShapeCommand::Undo (  )  [virtual]

Implements hipp::ShapeCommand.


Member Data Documentation


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines