#include <shapeops.h>
Inheritance diagram for OpShapeToggleSetNumSides8:
Public Member Functions | |
OpShapeToggleSetNumSides8 () | |
void | Do (OpDescriptor *) |
This function should be over-ridden to perform an operation without passing a parameter. |
Definition at line 765 of file shapeops.h.
|
Definition at line 770 of file shapeops.h.
|
|
This function should be over-ridden to perform an operation without passing a parameter.
Reimplemented from Operation. Definition at line 4163 of file shapeops.cpp. 04164 { 04165 if (!DoAction(8)) 04166 InformError(); 04167 }
|