#include <shapeops.h>
Inheritance diagram for OpShapeToggleSetNumSides7:
Public Member Functions | |
OpShapeToggleSetNumSides7 () | |
void | Do (OpDescriptor *) |
This function should be over-ridden to perform an operation without passing a parameter. |
Definition at line 742 of file shapeops.h.
|
Definition at line 747 of file shapeops.h.
|
|
This function should be over-ridden to perform an operation without passing a parameter.
Reimplemented from Operation. Definition at line 4158 of file shapeops.cpp. 04159 { 04160 if (!DoAction(7)) 04161 InformError(); 04162 }
|