class
ScaleCmd
: public
Command
(Return to index)
scale command
Type:
Instantiable
Base Classes:
public
Command
Derived Classes
Include file:
Unidraw/Commands/transforms.h
Description:
man page
Public:
virtual
Command
*
Copy
()
Alignment
GetAlignment
()
virtual ClassId
GetClassId
()
void
GetScaling
(float&, float&)
virtual boolean
IsA
(ClassId)
virtual void
Read
(istream&)
ScaleCmd
(
ControlInfo
*, float = 1, float = 1, Alignment = Center)
ScaleCmd
(
Editor
* = nil, float = 1, float = 1, Alignment = Center)
virtual void
Write
(ostream&)
Protected:
Alignment
_align
float
_sx, _sy
(more documentation)