OpDeSelectAllPathPoints Class Reference

This operation is used to deselect all endpoints in a path. More...

#include <pathops.h>

Inheritance diagram for OpDeSelectAllPathPoints:

OpMenuSelectPathPoints Operation MessageHandler ListItem CCObject SimpleCCObject List of all members.

Public Member Functions

 OpDeSelectAllPathPoints ()
void Do (OpDescriptor *)
 Deselects all the points on the selected paths.

Detailed Description

This operation is used to deselect all endpoints in a path.

Author:
Peter_Arnold (Xara Group Ltd) <camelotdev@xara.com>
Date:
30/04/95

Definition at line 364 of file pathops.h.


Constructor & Destructor Documentation

OpDeSelectAllPathPoints::OpDeSelectAllPathPoints  )  [inline]
 

Definition at line 369 of file pathops.h.

00369 {};                             


Member Function Documentation

void OpDeSelectAllPathPoints::Do OpDescriptor  )  [virtual]
 

Deselects all the points on the selected paths.

Author:
Peter_Arnold (Xara Group Ltd) <camelotdev@xara.com>
Date:
30/04/95
Parameters:
Unused [INPUTS]
- [OUTPUTS]
Returns:
-
See also:
-

Reimplemented from Operation.

Definition at line 1131 of file pathops.cpp.

01132 {
01133     if (!DoAction(FALSE))
01134         InformError();
01135 
01136     End();
01137 }


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