#include <shapeops.h>
Inheritance diagram for OpShapeToggleSetNumSides9:
Public Member Functions | |
OpShapeToggleSetNumSides9 () | |
void | Do (OpDescriptor *) |
This function should be over-ridden to perform an operation without passing a parameter. |
Definition at line 788 of file shapeops.h.
|
Definition at line 793 of file shapeops.h.
|
|
This function should be over-ridden to perform an operation without passing a parameter.
Reimplemented from Operation. Definition at line 4168 of file shapeops.cpp. 04169 { 04170 if (!DoAction(9)) 04171 InformError(); 04172 }
|