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