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