OpShapeToggleSetNumSides6 Class Reference

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

#include <shapeops.h>

Inheritance diagram for OpShapeToggleSetNumSides6:

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

Public Member Functions

 OpShapeToggleSetNumSides6 ()
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 719 of file shapeops.h.


Constructor & Destructor Documentation

OpShapeToggleSetNumSides6::OpShapeToggleSetNumSides6  )  [inline]
 

Definition at line 724 of file shapeops.h.

00724 {};             


Member Function Documentation

void OpShapeToggleSetNumSides6::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 4153 of file shapeops.cpp.

04154 {
04155     if (!DoAction(6))
04156         InformError();
04157 }


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