OpSelectAllPathPoints Class Reference

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

#include <pathops.h>

Inheritance diagram for OpSelectAllPathPoints:

OpMenuSelectPathPoints Operation MessageHandler ListItem CCObject SimpleCCObject List of all members.

Public Member Functions

 OpSelectAllPathPoints ()
void Do (OpDescriptor *)
 Selects all the points on the selected paths.

Detailed Description

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

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

Definition at line 345 of file pathops.h.


Constructor & Destructor Documentation

OpSelectAllPathPoints::OpSelectAllPathPoints  )  [inline]
 

Definition at line 350 of file pathops.h.

00350 {};                             


Member Function Documentation

void OpSelectAllPathPoints::Do OpDescriptor  )  [virtual]
 

Selects 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 1110 of file pathops.cpp.

01111 {
01112     if (!DoAction(TRUE))
01113         InformError();
01114 
01115     End();
01116 }


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