#include <pathops.h>
Inheritance diagram for OpSelectAllPathPoints:

Public Member Functions | |
| OpSelectAllPathPoints () | |
| void | Do (OpDescriptor *) |
| Selects all the points on the selected paths. | |
Definition at line 345 of file pathops.h.
|
|
Definition at line 350 of file pathops.h.
|
|
|
Selects all the points on the selected paths.
Reimplemented from Operation. Definition at line 1110 of file pathops.cpp. 01111 { 01112 if (!DoAction(TRUE)) 01113 InformError(); 01114 01115 End(); 01116 }
|
1.4.4