#include <gre/lrlegend.h>

Public Member Functions | |
| DISPPARM (const DISPPARM &rhs) | |
| DISPPARM () | |
| virtual | ~DISPPARM () |
| DISPPARM & | operator= (const DISPPARM &rhs) |
Public Attributes | |
| COLOR | BackgroundColor |
| double | ColSpace |
| INT32 | flags |
| double | FullDescHeightM |
| double | Height |
| COLOR | LegendBorderColor |
| double | LegendBorderWidth |
| SUBTYPE | LegendType |
| double | LineSpace |
| RVC::OBJITEM | m_ObjItem |
| RVC::OBJITEM | m_ObjItemStyle |
| double | MapScale |
| double | MarginWidth |
| double | MaxIndex |
| double | MaxValL |
| double | MaxValR |
| double | MinIndex |
| double | MinValL |
| double | MinValR |
| int | NumCols |
| UINT32 | NumTicksL |
| UINT32 | NumTicksR |
| COLOR | SampleBorderColor |
| double | SampleBorderWidth |
| double | SampleHeight |
| double | SampleOffset |
| double | SampleSpace |
| double | SampleWidth |
| TEXTSTYLE | Style [4] |
| int | StyleTable |
| int | units |
| double | Width |
Protected Member Functions | |
| virtual const SERIALIZERITEM * | SerialGetItemDef (SERIALIZER &serializer) const |
| GRE::LAYER_LEGEND::DISPPARM::DISPPARM | ( | ) |
Default constructor.
Reimplemented from GRE::LAYER::DISPPARM.
| GRE::LAYER_LEGEND::DISPPARM::DISPPARM | ( | const DISPPARM & | rhs | ) | [inline] |
| virtual GRE::LAYER_LEGEND::DISPPARM::~DISPPARM | ( | ) | [inline, virtual] |
Reimplemented from GRE::LAYER::DISPPARM.
| virtual const SERIALIZERITEM* GRE::LAYER_LEGEND::DISPPARM::SerialGetItemDef | ( | SERIALIZER & | serializer | ) | const [protected, virtual] |
LAYER::DISPPARM new overridables.
Implements GRE::LAYER::DISPPARM.
Color for background (default: transparent).
Space between columns.
LEGENDFLAG_...
Legend border color.
Legend subtype.
Minimum space between lines.
Map scale all measurements are relative to.
Margin around whole legend.
Maximum colormap index.
Maximum Value.
Maximum Value.
Stuff for LAYERTYPE_LegendColorScale.
Minimum colormap index
Minimum Value.
Minimum Value.
# of columns of legend stuff
Number of ticks.
Number of ticks.
Sample border color.
All measurements are stored in output mm.
Size of sample.
Offset from left edge.
Space between sample and description.
Size of sample.
Font styles to use.
Style assignment table (-1 if not used).
Units user wants to edit sizes in.
Size of layer in ground meters (computed).
1.6.1