OpShapeToggleSetNumSides7 Class Reference

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

#include <shapeops.h>

Inheritance diagram for OpShapeToggleSetNumSides7:

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

Public Member Functions

 OpShapeToggleSetNumSides7 ()
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 742 of file shapeops.h.


Constructor & Destructor Documentation

OpShapeToggleSetNumSides7::OpShapeToggleSetNumSides7  )  [inline]
 

Definition at line 747 of file shapeops.h.

00747 {};             


Member Function Documentation

void OpShapeToggleSetNumSides7::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 4158 of file shapeops.cpp.

04159 {
04160     if (!DoAction(7))
04161         InformError();
04162 }


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