OpShapeToggleSetNumSides5 Class Reference

This class is an operation that sets the number of sides of all selected QuickShapes. More...

#include <shapeops.h>

Inheritance diagram for OpShapeToggleSetNumSides5:

OpShapeToggleSetNumSides SelOperation UndoableOperation Operation MessageHandler ListItem CCObject SimpleCCObject List of all members.

Public Member Functions

 OpShapeToggleSetNumSides5 ()
void Do (OpDescriptor *)
 This function should be over-ridden to perform an operation without passing a parameter.

Detailed Description

This class is an operation that sets the number of sides of all selected QuickShapes.

Author:
Peter_Arnold (Xara Group Ltd) <camelotdev@xara.com>
Date:
22/04/95
See also:
-

Definition at line 696 of file shapeops.h.


Constructor & Destructor Documentation

OpShapeToggleSetNumSides5::OpShapeToggleSetNumSides5  )  [inline]
 

Definition at line 701 of file shapeops.h.

00701 {};             


Member Function Documentation

void OpShapeToggleSetNumSides5::Do OpDescriptor pOpDesc  )  [virtual]
 

This function should be over-ridden to perform an operation without passing a parameter.

Author:
Simon_Maneggio (Xara Group Ltd) <camelotdev@xara.com>
Date:
9/6/94
Parameters:
OpDesc,: A pointer to the OpDescriptor which invoked the operation [INPUTS]
- [OUTPUTS]
Returns:
-

Errors: -

See also:
Operation::DoWithParam

Reimplemented from Operation.

Definition at line 4148 of file shapeops.cpp.

04149 {
04150     if (!DoAction(5))
04151         InformError();
04152 }


The documentation for this class was generated from the following files:
Generated on Sat Nov 10 03:58:55 2007 for Camelot by  doxygen 1.4.4