Class used internally to keep track of which layers the legend refers to. More...
#include <gre/lrlegnd2.h>
Public Member Functions | |
| LAYERREF (const LAYERREF &rhs) | |
| LAYERREF (GRE::LAYER *lyr, ELEMTYPE et) | |
| LAYERREF () | |
| ~LAYERREF () | |
| LAYERREF & | operator= (const LAYERREF &rhs) |
| void | SetLayer (GRE::LAYER *layer) |
Public Attributes | |
| ELEMTYPE | m_ElemType |
| UINT32 | m_ID |
| GRE::LAYER * | m_layer |
| MIUNICODE * | m_name |
Class used internally to keep track of which layers the legend refers to.
| GRE::LAYER_LEGEND2::LAYERREF::LAYERREF | ( | ) | [inline] |
| GRE::LAYER_LEGEND2::LAYERREF::LAYERREF | ( | GRE::LAYER * | lyr, | |
| ELEMTYPE | et | |||
| ) |
| GRE::LAYER_LEGEND2::LAYERREF::LAYERREF | ( | const LAYERREF & | rhs | ) | [inline] |
| GRE::LAYER_LEGEND2::LAYERREF::~LAYERREF | ( | ) | [inline] |
| void GRE::LAYER_LEGEND2::LAYERREF::SetLayer | ( | GRE::LAYER * | layer | ) |
Also sets m_name.
Our DISPPARM's destructor worrys about freeing stuff.
Can't use MISTRING.
We MmAllocC() an array of LAYRREFs.
1.6.1