OpShapeToggleSetNumSides10 Class Reference

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

#include <shapeops.h>

Inheritance diagram for OpShapeToggleSetNumSides10:

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

Public Member Functions

 OpShapeToggleSetNumSides10 ()
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 811 of file shapeops.h.


Constructor & Destructor Documentation

OpShapeToggleSetNumSides10::OpShapeToggleSetNumSides10  )  [inline]
 

Definition at line 816 of file shapeops.h.

00816 {};             


Member Function Documentation

void OpShapeToggleSetNumSides10::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 4173 of file shapeops.cpp.

04174 {
04175     if (!DoAction(10))
04176         InformError();
04177 }


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