#include <opbezier.h>
Inheritance diagram for InsertFloaterParam:
Public Member Functions | |
InsertFloaterParam (DocCoord *pInsertPos, Spread *pInsertSpread, BezierTool *pLineTool, Document *pWorkDoc) | |
Constructs the InsertFloaterParam object ready for passing to OpInsertFloater. | |
Public Attributes | |
DocCoord | InsertPos |
Spread * | InsertSpread |
BezierTool * | pTool |
Document * | pOpWorkingDocument |
Private Member Functions | |
CC_DECLARE_MEMDUMP (InsertFloaterParam) |
Definition at line 231 of file opbezier.h.
|
Constructs the InsertFloaterParam object ready for passing to OpInsertFloater.
Definition at line 991 of file opbezier.cpp. 00993 { 00994 ERROR3IF(pInsertPos == NULL, "pInsertPos was NULL"); 00995 ERROR3IF(pInsertSpread == NULL, "pInsertSpread was NULL"); 00996 ERROR3IF(pLineTool == NULL, "pTool was NULL"); 00997 00998 InsertPos = *pInsertPos; 00999 InsertSpread = pInsertSpread; 01000 pTool = pLineTool; 01001 pOpWorkingDocument = pWorkDoc; 01002 }
|
|
|
|
Definition at line 238 of file opbezier.h. |
|
Definition at line 239 of file opbezier.h. |
|
Definition at line 241 of file opbezier.h. |
|
Definition at line 240 of file opbezier.h. |