#include <shapeops.h>
Inheritance diagram for OpShapeToggleSetNumSides3:
Public Member Functions | |
OpShapeToggleSetNumSides3 () | |
void | Do (OpDescriptor *) |
This function should be over-ridden to perform an operation without passing a parameter. |
Definition at line 650 of file shapeops.h.
|
Definition at line 655 of file shapeops.h.
|
|
This function should be over-ridden to perform an operation without passing a parameter.
Reimplemented from Operation. Definition at line 4138 of file shapeops.cpp. 04139 { 04140 if (!DoAction(3)) 04141 InformError(); 04142 }
|