#include <shapeops.h>
Inheritance diagram for OpShapeToggleSetNumSides10:
Public Member Functions | |
OpShapeToggleSetNumSides10 () | |
void | Do (OpDescriptor *) |
This function should be over-ridden to perform an operation without passing a parameter. |
Definition at line 811 of file shapeops.h.
|
Definition at line 816 of file shapeops.h.
|
|
This function should be over-ridden to perform an operation without passing a parameter.
Reimplemented from Operation. Definition at line 4173 of file shapeops.cpp. 04174 { 04175 if (!DoAction(10)) 04176 InformError(); 04177 }
|