class
ChainViewerCmd
: public
Command
(Return to index)
command to add this viewer to list of chained viewers.
Type:
Instantiable
Base Classes:
public
Command
Derived Classes
Include file:
OverlayUnidraw/ovchainview.h
Public:
ChainViewerCmd
(
ControlInfo
*, boolean pan = true, boolean zoom = true)
ChainViewerCmd
(
Editor
* = nil, boolean pan = true, boolean zoom = true)
virtual
Command
*
Copy
()
virtual void
Execute
()
set flags for pan and zoom chaining on this viewer.
virtual ClassId
GetClassId
()
virtual boolean
IsA
(ClassId)
virtual void
Log
()
log command without modifying document.
virtual void
Unexecute
()
clear flags for pan and zoom chaining on this viewer.
virtual
~ChainViewerCmd
()
Protected:
boolean
_pan
boolean
_zoom
(more documentation)