Public Member Functions | Protected Attributes

hipp::ZoomShapeCommand Class Reference

#include <ZoomShapeCommand.h>

Inheritance diagram for hipp::ZoomShapeCommand:
hipp::ShapeCommand

List of all members.

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

HippDocumentm_doc
HippShapeinitial_shape
HippShapescaled_shape
double scaleX
double scaleY

Constructor & Destructor Documentation

ZoomShapeCommand::ZoomShapeCommand ( const wxString &  name,
HippDocument doc,
HippShape _shape,
double  scaleX,
double  scaleY 
)
ZoomShapeCommand::~ZoomShapeCommand (  )  [virtual]

Member Function Documentation

bool ZoomShapeCommand::Do (  )  [virtual]

Implements hipp::ShapeCommand.

bool ZoomShapeCommand::Undo (  )  [virtual]

Implements hipp::ShapeCommand.


Member Data Documentation

double hipp::ZoomShapeCommand::scaleX [protected]
double hipp::ZoomShapeCommand::scaleY [protected]

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines