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