class
FixedPanCmd
: public
CameraMotionCmd
(Return to index)
command for panning by fixed amount.
Type:
Instantiable
Base Classes:
public
CameraMotionCmd
Derived Classes
Include file:
OverlayUnidraw/ovcamcmds.h
Description:
Used in a set of pull-down menu items under the "View" menu of a drawing editor.
Public:
virtual
Command
*
Copy
()
virtual void
Execute
()
figure pan amount and invoke
PanCmd
.
FixedPanCmd
(
ControlInfo
*, PanAmount xpan =NO_PAN, PanAmount ypan =NO_PAN)
FixedPanCmd
(
Editor
* = nil, PanAmount xpan =NO_PAN, PanAmount ypan =NO_PAN)
virtual ClassId
GetClassId
()
virtual boolean
IsA
(ClassId)
virtual boolean
Reversible
()
returns false, but why?
Protected:
PanAmount
_xpan
PanAmount
_ypan
(more documentation)