class
UnfixViewCmd
: public
Command
(Return to index)
command for unfixing size or location of a graphic view.
Type:
Instantiable
Base Classes:
public
Command
Derived Classes
Include file:
OverlayUnidraw/ovfixview.h
Public:
virtual
Command
*
Copy
()
virtual void
Execute
()
unfix location or size of every view in selection.
virtual ClassId
GetClassId
()
virtual boolean
IsA
(ClassId)
boolean
Location
()
return unfix location flag.
virtual void
Log
()
log without setting modify flag.
boolean
Size
()
return unfix size flag.
virtual void
Unexecute
()
reverse unfixing of location or size of every view in stored selection.
UnfixViewCmd
(
ControlInfo
*, boolean size = true, boolean location = true)
UnfixViewCmd
(
Editor
* = nil, boolean size = true, boolean location = true)
virtual
~UnfixViewCmd
()
Protected:
boolean
_location
boolean
_size
(more documentation)