Image Sample legend subclass. More...
#include <gre/legendimagesample.h>

Classes | |
| class | ITEM |
| Individual item in legend. More... | |
Public Types | |
| enum | LOCATION { LOCATION_TopLeft = 0, LOCATION_TopCenter = 1, LOCATION_TopRight = 2, LOCATION_CenterLeft = 3, LOCATION_Center = 4, LOCATION_CenterRight = 5, LOCATION_BottomLeft = 6, LOCATION_BottomCenter = 7, LOCATION_BottomRight = 8 } |
Public Member Functions | |
| LEGEND_IMAGESAMPLE (LAYER_IMAGE *layer) | |
| int | AddItem (SPATMOD::IMAGE::STAGE *pStageInput, const LPOINT2D ¢er, const MISTRING &label) |
| int | AddThumbnail (SPATMOD::IMAGE::STAGE *pStageInput, const MISTRING &label) |
| void | SetItemSize (INT32 xsize, INT32 ysize) |
Image Sample legend subclass.
| GRE::LEGEND_IMAGESAMPLE::LEGEND_IMAGESAMPLE | ( | LAYER_IMAGE * | layer | ) | [explicit] |
Construct legend for layer.
| int GRE::LEGEND_IMAGESAMPLE::AddItem | ( | SPATMOD::IMAGE::STAGE * | pStageInput, | |
| const LPOINT2D & | center, | |||
| const MISTRING & | label | |||
| ) |
Add item to legend.
| int GRE::LEGEND_IMAGESAMPLE::AddThumbnail | ( | SPATMOD::IMAGE::STAGE * | pStageInput, | |
| const MISTRING & | label | |||
| ) |
Add thumbnail to legend.
1.6.1