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