#include <gre/lrscript.h>

Public Member Functions | |
| DISPPARM (const DISPPARM &rhs) | |
| DISPPARM () | |
| virtual | ~DISPPARM () |
| ERRVALUE | ComputeExtents (LAYER_SCRIPT *) |
| DISPPARM & | operator= (const DISPPARM &rhs) |
Public Attributes | |
| SPATREF::COORDREFSYS | m_CoordRefSys |
| DRECT2D | m_Extents |
| int | m_ExtentsMode |
| int | m_LatLonFmtCode |
| double | m_MapScale |
| int | m_MapUnitsCode |
| double | m_Margin |
| RVC::OBJITEM | m_ObjItemScript |
| RVC::OBJITEM | m_ObjItemStyle |
| int | m_PageUnitsCode |
| MISTRING | m_Script |
| UINT8 | m_UsePageUnits |
Protected Member Functions | |
| virtual const SERIALIZERITEM * | SerialGetItemDef (SERIALIZER &serializer) const |
| GRE::LAYER_SCRIPT::DISPPARM::DISPPARM | ( | ) |
Default constructor.
Reimplemented from GRE::LAYER::DISPPARM.
| GRE::LAYER_SCRIPT::DISPPARM::DISPPARM | ( | const DISPPARM & | rhs | ) | [inline] |
| virtual GRE::LAYER_SCRIPT::DISPPARM::~DISPPARM | ( | ) | [inline, virtual] |
Reimplemented from GRE::LAYER::DISPPARM.
| ERRVALUE GRE::LAYER_SCRIPT::DISPPARM::ComputeExtents | ( | LAYER_SCRIPT * | ) |
| virtual const SERIALIZERITEM* GRE::LAYER_SCRIPT::DISPPARM::SerialGetItemDef | ( | SERIALIZER & | serializer | ) | const [protected, virtual] |
LAYER::DISPPARM new overridables.
Implements GRE::LAYER::DISPPARM.
Extents in Page Units relative to MapScale.
0=Auto, 1=Manual, 2=MatchGroup
Map Scale above extents are relative to (if not layout scale).
Computed by script, not serialized.
Location of script, may refer to file if script in text file.
Location of style object if used.
Script string.
True if above extents are page units. Same as Region.Extents if false.
1.6.1