#include <gre/legend.h>
Inheritance diagram for GRE_LEGEND::DRAWCONTEXT:

Public Types | |
| enum | ORIENTATION { ORIENTATION_Vertical = 0, ORIENTATION_Horizonatal = 1 } |
Public Member Functions | |
| DRAWCONTEXT (const GRE_LEGEND &legend, MGD::CONTEXT *gc, INT32 labelspace, INT32 itemspace, const LRECT2D &cliprect) | |
| bool | IsVertical () const |
| void | SetDrawLabels (bool DrawLabels) |
| virtual | ~DRAWCONTEXT () |
Public Attributes | |
| LRECT2D | m_cliprect |
| bool | m_DrawLabels |
| bool | m_DrawLabelsOnColorScales |
| ELEMTYPE | m_ElemType |
| bool | m_HasTextStyle |
| INT32 | m_itemheight |
| INT32 | m_itemspace |
| INT32 | m_labelspace |
| GRE_LAYER * | m_layer |
| ORIENTATION | m_Orientation |
| INT32 | m_samplewidth |
| TEXTSTYLE | m_TextStyle |
Definition at line 214 of file legend.h.
|
|
Orientation for drawing if supported by legend type. This is used by "color scale" legend. |
|
||||||||||||||||||||||||
|
Constructor for use in user interface.
|
|
|
|
|
|
Determine if legend has vertical orientation.
|
|
|
Set whether or not to draw labels for legend items.
|
|
|
|
|
|
|
|
|
Special case override for above flag.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.8-20040913