#include <penedit.h>
Public Member Functions | |
| ControlPts () | |
| Control points class constructor and destructor. | |
| ~ControlPts () | |
Public Attributes | |
| DocCoord | HndClick |
| DocCoord | HndDrag |
| Spread * | pHndSpread |
Definition at line 202 of file penedit.h.
|
|
Control points class constructor and destructor. ControlPts::ControlPts() / ~ControlPts()
Definition at line 209 of file penedit.cpp. 00210 { 00211 pHndSpread = NULL; 00212 }
|
|
|
Definition at line 214 of file penedit.cpp.
|
|
|
|
|
|
|
|
|
|
1.4.4