#include <shapeops.h>
Inheritance diagram for OpShapeToggleSetNumSides4:
Public Member Functions | |
OpShapeToggleSetNumSides4 () | |
void | Do (OpDescriptor *) |
This function should be over-ridden to perform an operation without passing a parameter. |
Definition at line 673 of file shapeops.h.
|
Definition at line 678 of file shapeops.h.
|
|
This function should be over-ridden to perform an operation without passing a parameter.
Reimplemented from Operation. Definition at line 4143 of file shapeops.cpp. 04144 { 04145 if (!DoAction(4)) 04146 InformError(); 04147 }
|