OpShapeToggleSetNumSides4 Class Reference

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

#include <shapeops.h>

Inheritance diagram for OpShapeToggleSetNumSides4:

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

Public Member Functions

 OpShapeToggleSetNumSides4 ()
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 673 of file shapeops.h.


Constructor & Destructor Documentation

OpShapeToggleSetNumSides4::OpShapeToggleSetNumSides4  )  [inline]
 

Definition at line 678 of file shapeops.h.

00678 {};             


Member Function Documentation

void OpShapeToggleSetNumSides4::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 4143 of file shapeops.cpp.

04144 {
04145     if (!DoAction(4))
04146         InformError();
04147 }


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