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