#include <mi32/mg2rastc.h>

Public Member Functions | |
| virtual | ~CONTEXT_RASTER_COLORMAPPED () |
Protected Member Functions | |
| CONTEXT_RASTER_COLORMAPPED (DEVICE_RASTER_COLORMAPPED *dev) | |
| virtual void | v_UpdateColor () |
Protected Attributes | |
| DEVICE_RASTER_COLORMAPPED * | m_DevRastC |
| virtual MGD::CONTEXT_RASTER_COLORMAPPED::~CONTEXT_RASTER_COLORMAPPED | ( | ) | [virtual] |
| MGD::CONTEXT_RASTER_COLORMAPPED::CONTEXT_RASTER_COLORMAPPED | ( | DEVICE_RASTER_COLORMAPPED * | dev | ) | [protected] |
Default Constructor.
| virtual void MGD::CONTEXT_RASTER_COLORMAPPED::v_UpdateColor | ( | ) | [protected, virtual] |
Called when the current drawing color changes (via a PIXEL).
This method can be overridden by a derived class if it needs to notify the underlying device about a change to the context. The default implementation does nothing. Note that this method is always called when the color is changed, where as the COLOR version is only called if the COLOR version of SetColor() is called.
Reimplemented from MGD::CONTEXT.
1.6.1