#include <gre/layer.h>
Inheritance diagram for GRE_LAYER::DISPPARM:

Public Member Functions | |
| bool | IsPedestalSet () |
| int | LoadSubObject (const RVC::OBJECT &ParentObj, UINT16 dpusage=DPARMUSAGE_Unspecified) |
| DISPPARM & | operator= (const DISPPARM &rhs) |
| void | SetMayUseTransparency () |
| void | SetPedestal (const bool pedestal) |
| ERRVALUE | Validate () |
Public Attributes | |
| COLOR | ActiveColor |
| INT32 | ActiveElemNum |
| ELEMTYPE | ActiveElemType |
| COLOR | BaseColor |
| UINT8 | DataTipSearchDist |
| UINT32 | dispflags |
| COLOR | HighlightColor |
| bool | m_bManagePointSymbols |
| bool | m_bManageTextLabels |
| double | MaxScaleVisible |
| double | MinScaleVisible |
| UINT8 | NoGeoreference |
| UINT8 | NumComponents |
| UINT8 | NumObjects |
| COLOR | WireframeColor |
| double | zinit |
| double | zlast |
| double | zoffset |
| double | zscale |
Protected Member Functions | |
| DISPPARM (const DISPPARM &rhs) | |
| DISPPARM () | |
Private Member Functions | |
| virtual const SERIALIZER::ITEMDEF * | SerialGetItemDef (SERIALIZER &serializer) const =0 |
| virtual ERRVALUE | v_SetObjItem (const RVC::OBJITEM &objitem, bool replace) |
| virtual ERRVALUE | v_Validate () |
Definition at line 2019 of file layer.h.
|
|
|
|
Is 3D pedestal set on / off.
|
|
||||||||||||
|
Load dispparm via SerialRead from subobject.
|
|
|
|
GRE_LAYER::DISPPARM new overridables.
Implemented in GRE_LAYER_LEGEND::DISPPARM, GRE_LAYER_LEGEND2::DISPPARM, GRE_LAYER_MAPGRID::DISPPARM, GRE_LAYER_RASTER::DISPPARM, GRE_LAYER_REGION::DISPPARM, GRE_LAYER_SCALEBAR::DISPPARM, GRE_LAYER_TEXT::DISPPARM, GRE_LAYER_PINMAP::DISPPARM, GRE_LAYER_SURFACE::DISPPARM, GRE_LAYER_SCRIPT::DISPPARM, and GRE_LAYER_FORMULA::DISPPARM. |
|
|
Set transparency usage to "indeterminant".
|
|
|
Set 3D pedestal on / off.
|
|
||||||||||||
|
|
|
|
|
|
|
Validate dispparm, adjusting if possible.
Reimplemented in GRE_LAYER_MAPGRID::DISPPARM, and GRE_LAYER_TEXT::DISPPARM. |
|
|
Active element color.
|
|
|
Active element number.
|
|
|
Active element type.
|
|
|
Pedestal base color in 3D.
|
|
|
DataTip search distance in pixels.
|
|
|
Display flags - DISPFLAG_xxxx...
|
|
|
Highlight color.
|
|
|
If true, use LABELPLACEMENT for point symbols.
|
|
|
If true, use LABELPLACEMENT for text labels.
|
|
|
Maximum scale at which this layer is visible.
|
|
|
Minimum scale at which this layer is visible.
|
|
|
Don't use georeference subobject.
|
|
|
Number of components.
|
|
|
Number of objects.
|
|
|
Wireframe color in non-stereo mode.
|
|
|
Minimum Z value for surface or layer (unscaled) (XXX move to layer.
|
|
|
Maximum Z value for surface or layer (unscaled) (XXX move to layer.
|
|
|
Offset for surface or above surface if layer.
|
|
|
Scaling for surface or Z coordinate.
|
1.3.8-20040913