#include <DeleteShapeCommand.h>
Public Member Functions | |
| DeleteShapeCommand (const wxString &name, HippDocument *doc, HippShape *_shape) | |
| virtual | ~DeleteShapeCommand () |
| virtual bool | Do () |
| virtual bool | Undo () |
Protected Attributes | |
| HippDocument * | m_doc |
| HippShape * | original_shape |
| DeleteShapeCommand::DeleteShapeCommand | ( | const wxString & | name, | |
| HippDocument * | doc, | |||
| HippShape * | _shape | |||
| ) |
| DeleteShapeCommand::~DeleteShapeCommand | ( | ) | [virtual] |
| bool DeleteShapeCommand::Do | ( | ) | [virtual] |
Implements hipp::ShapeCommand.
| bool DeleteShapeCommand::Undo | ( | ) | [virtual] |
Implements hipp::ShapeCommand.
HippDocument* hipp::DeleteShapeCommand::m_doc [protected] |
Reimplemented from hipp::ShapeCommand.
HippShape* hipp::DeleteShapeCommand::original_shape [protected] |
1.7.1