class
GrayRampCmd
: public
ProcessingCmd
(Return to index)
command for embedding gray-level ramp in a gray-level raster.
Type:
Instantiable
Base Classes:
public
ProcessingCmd
Derived Classes
Include file:
OverlayUnidraw/ovipcmds.h
Public:
virtual
Command
*
Copy
()
virtual ClassId
GetClassId
()
GrayRampCmd
(
ControlInfo
*, IntCoord x, IntCoord y)
GrayRampCmd
(
ControlInfo
*, RampAlignment)
GrayRampCmd
(
Editor
* ed, IntCoord x, IntCoord y)
GrayRampCmd
(
Editor
* ed, RampAlignment)
virtual boolean
IsA
(ClassId)
virtual
OverlayRaster
*
Process
(
OverlayRaster
*,
CopyString
& scmd)
virtual
~GrayRampCmd
()
Protected:
RampAlignment
_align
boolean
_use_align
IntCoord
_x, _y
(more documentation)