#include <shapeops.h>
Inheritance diagram for OpShapeToggleSetNumSides5:
Public Member Functions | |
OpShapeToggleSetNumSides5 () | |
void | Do (OpDescriptor *) |
This function should be over-ridden to perform an operation without passing a parameter. |
Definition at line 696 of file shapeops.h.
|
Definition at line 701 of file shapeops.h.
|
|
This function should be over-ridden to perform an operation without passing a parameter.
Reimplemented from Operation. Definition at line 4148 of file shapeops.cpp. 04149 { 04150 if (!DoAction(5)) 04151 InformError(); 04152 }
|