class
MoveCmd
: public
Command
(Return to index)
move command
Type:
Instantiable
Base Classes:
public
Command
Derived Classes
Include file:
Unidraw/Commands/transforms.h
Description:
man page
Public:
virtual
Command
*
Copy
()
virtual ClassId
GetClassId
()
void
GetMovement
(float&, float&)
virtual boolean
IsA
(ClassId)
MoveCmd
(
ControlInfo
*, float = 0, float = 0)
MoveCmd
(
Editor
* = nil, float = 0, float = 0)
virtual void
Read
(istream&)
virtual void
Write
(ostream&)
Protected:
float
_dx, _dy
(more documentation)