|
hipp
1.0
|
#include <ZoomShapeCommand.h>
Public Member Functions | |
| ZoomShapeCommand (const wxString &name, HippDocument *doc, HippShape *_shape, int scaleX, int scaleY) | |
| virtual | ~ZoomShapeCommand () |
| virtual bool | Do () |
| virtual bool | Undo () |
Protected Attributes | |
| HippDocument * | m_doc |
| HippShape * | initial_shape |
| HippShape * | scaled_shape |
| int | scaleX |
| int | scaleY |
| ZoomShapeCommand::ZoomShapeCommand | ( | const wxString & | name, |
| HippDocument * | doc, | ||
| HippShape * | _shape, | ||
| int | scaleX, | ||
| int | 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] |
int hipp::ZoomShapeCommand::scaleX [protected] |
int hipp::ZoomShapeCommand::scaleY [protected] |
1.7.5.1