#include "camtypes.h"#include "nodemold.h"#include "nodemldr.h"#include "ndmldgrp.h"#include "ndmldpth.h"#include "moldshap.h"#include "moldenv.h"#include "moldpers.h"#include "nodebmp.h"#include "nodepath.h"#include "objchge.h"#include "aw_eps.h"#include "nativeps.h"#include "contmenu.h"#include "pathedit.h"#include "moldedit.h"#include "cxftags.h"#include "rechmld.h"#include "blobs.h"#include "slicehelper.h"#include "ophist.h"Go to the source code of this file.
Functions | |
| DECLARE_SOURCE ("$Revision: 1688 $") | |
| CC_IMPLEMENT_DYNAMIC (NodeMould, NodeGroup) CC_IMPLEMENT_DYNCREATE(RecordChangeCodesAction | |
| Action | CC_IMPLEMENT_DYNAMIC (MouldRecordHandler, CamelotRecordHandler) NodeMould |
| This constructor creates a NodeMould linked to no other, with all status flags false and an uninitialised bounding rectangle. | |
|
||||||||||||
|
This constructor creates a NodeMould linked to no other, with all status flags false and an uninitialised bounding rectangle.
Definition at line 162 of file nodemold.cpp. 00172 : Mike_Kenny (Xara Group Ltd) <camelotdev@xara.com> 00173 Created: 5/12/94 00174 Purpose: This constructor creates a NodeMould linked to no other, with all status 00175 flags false and an uninitialised bounding rectangle. 00176 00177 **********************************************************************************************/ 00178 00179 NodeMould::NodeMould(): NodeGroup() 00180 { 00181 NodeMould::InitialiseVars(); 00182 }
|
|
||||||||||||
|
|
|
|
|
1.4.4