#include <shapeops.h>
Inheritance diagram for OpShapeToggleSetNumSides6:
Public Member Functions | |
OpShapeToggleSetNumSides6 () | |
void | Do (OpDescriptor *) |
This function should be over-ridden to perform an operation without passing a parameter. |
Definition at line 719 of file shapeops.h.
|
Definition at line 724 of file shapeops.h.
|
|
This function should be over-ridden to perform an operation without passing a parameter.
Reimplemented from Operation. Definition at line 4153 of file shapeops.cpp. 04154 { 04155 if (!DoAction(6)) 04156 InformError(); 04157 }
|