#include <pathops.h>
Inheritance diagram for OpDeSelectAllPathPoints:
Public Member Functions | |
OpDeSelectAllPathPoints () | |
void | Do (OpDescriptor *) |
Deselects all the points on the selected paths. |
Definition at line 364 of file pathops.h.
|
Definition at line 369 of file pathops.h.
|
|
Deselects all the points on the selected paths.
Reimplemented from Operation. Definition at line 1131 of file pathops.cpp. 01132 { 01133 if (!DoAction(FALSE)) 01134 InformError(); 01135 01136 End(); 01137 }
|