#include <MoveShapeCommand.h>
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 | |
| HippDocument * | m_doc |
| HippShape * | shape |
| int | diffX |
| int | diffY |
| MoveShapeCommand::MoveShapeCommand | ( | const wxString & | name, | |
| HippDocument * | doc, | |||
| HippShape * | _shape, | |||
| int | diffX, | |||
| int | diffY | |||
| ) |
| MoveShapeCommand::~MoveShapeCommand | ( | ) | [virtual] |
| bool MoveShapeCommand::Do | ( | ) | [virtual] |
Implements hipp::ShapeCommand.
| bool MoveShapeCommand::Undo | ( | ) | [virtual] |
Implements hipp::ShapeCommand.
int hipp::MoveShapeCommand::diffX [protected] |
int hipp::MoveShapeCommand::diffY [protected] |
HippDocument* hipp::MoveShapeCommand::m_doc [protected] |
Reimplemented from hipp::ShapeCommand.
HippShape* hipp::MoveShapeCommand::shape [protected] |
1.7.1