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