#include <gre/lrcad.h>
Inheritance diagram for GRE_LAYER_CAD:

Public Member Functions | |
| INT32 | GetDBListIndex (INT32 ElemNum, int dbhandle=-1) |
| const DISPPARM & | GetDispParm () const |
| GRE_LAYER_CAD (GRE_GROUP *group, GRE_LAYER *reflayer=0, UINT32 flags=MDISPCREATE_InsertAfter) | |
| ERRVALUE | SetDispParm (const DISPPARM &dispparm) |
| virtual | ~GRE_LAYER_CAD () |
Static Public Member Functions | |
| int | Construct (GRE_GROUP *group, GRE_LAYER **retlayer, GRE_LAYER *reflayer, UINT32 flags) |
| void | RegisterType () |
| void | SMLClassInstall (SMLCONTEXT *context) |
Protected Member Functions | |
| virtual ERRVALUE | v_AssignObject (const RVC::OBJITEM &objitem, MDLGPARENT dlgparent) |
Protected Attributes | |
| DISPPARM | m_dispparm |
| COMPINFO | m_ElemCompInfo |
Definition at line 43 of file lrcad.h.
|
||||||||||||||||
|
Construct layer and insert into list.
|
|
|
|
|
||||||||||||||||||||
|
Construct instance of this layer type.
Reimplemented in GRE_LAYER_SKETCH. |
|
||||||||||||
|
Get index into database list given "element number".
|
|
|
Retrieve layer-specific display parameters.
|
|
|
Register this layer type.
Reimplemented in GRE_LAYER_SKETCH. |
|
|
Set layer-specific display parameters. This is the recommended method for changing how an existing layer is to be rendered. Validation will be performed on the specified parameters and adjustments made to the layer's copy if necessary. Use of this method usually result in a ChangeBegin / ChangeEnd message pair, and will also generate a ChangeObject message if the spatial object used in the layer is changed.
|
|
|
Install SML class, called by internal SML function.
Reimplemented from GRE_LAYER. |
|
||||||||||||
|
Reimplemented from GRE_LAYER. |
|
|
Layer-specific display parameters.
|
|
|
|
1.3.8-20040913