#include "moldshap.h"Go to the source code of this file.
| Classes | |
| class | NodeMouldGroup | 
| defines the structure of a mould group object. This object lives inside a NodeMould and keeps track of all mould source objects.  More... | |
| Defines | |
| #define | OPTOKEN_NODEMOULDGROUP _T("MouldGroupObject") | 
| Enumerations | |
| enum | MouldedType { MOULD_UNDEFINED, MOULD_PATH, MOULD_BITMAP } | 
| These structures describe the type of object held within the mould list item.  More... | |
| 
 | 
| 
 Definition at line 111 of file ndmldgrp.h. | 
| 
 | 
| These structures describe the type of object held within the mould list item. 
 
 
 Definition at line 127 of file ndmldgrp.h. 00127 { 00128 MOULD_UNDEFINED, 00129 MOULD_PATH, 00130 MOULD_BITMAP 00131 }; 
 | 
 1.4.4
 1.4.4