class
ClipRectCmd
: public
MacroCmd
(Return to index)
command for clipping arbitrary graphics with a rectangle.
Type:
Instantiable
Base Classes:
public
MacroCmd
Derived Classes
Include file:
OverlayUnidraw/ovclip.h
Public:
ClipRectCmd
(
Editor
* ed,
Selection
* sel, Coord l, Coord b, Coord r, Coord t)
virtual
Command
*
Copy
()
virtual void
Execute
()
replace graphics under box with graphics clipped to box.
virtual ClassId
GetClassId
()
virtual boolean
IsA
(ClassId)
virtual boolean
Reversible
()
returns true.
Protected:
Coord
_l, _b, _r, _t
Selection
*
_sel
(more documentation)