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