#include "camtypes.h"#include "opbreak.h"#include "nodepath.h"#include "ndtxtpth.h"#include "objchge.h"#include "ndbldpth.h"#include "ophist.h"Go to the source code of this file.
Functions | |
| DECLARE_SOURCE ("$Revision: 1282 $") | |
| CC_IMPLEMENT_DYNCREATE (OpBreakAtPoints, SelOperation) OpBreakAtPoints | |
| OpBreakAtPoints constructor. | |
|
||||||||||||
|
OpBreakAtPoints constructor.
Definition at line 122 of file opbreak.cpp. 00144 : Mike_Kenny (Xara Group Ltd) <camelotdev@xara.com> 00145 Created: 30/8/94 00146 Purpose: OpBreakAtPoints constructor 00147 SeeAlso: - 00148 00149 ********************************************************************************************/ 00150 00151 OpBreakAtPoints::OpBreakAtPoints() 00152 { 00153 // Dummy constructor 00154 }
|
|
|
|
1.4.4