OpParamMakeNodesShapes Class Reference

OpParam structure required to use the OpMakeNodesShapes undoable operation. See also: OpMakeNodesShapes. More...

#include <mkshapes.h>

Inheritance diagram for OpParamMakeNodesShapes:

OpParam CCObject SimpleCCObject List of all members.

Public Member Functions

 OpParamMakeNodesShapes ()
 OpParamMakeNodesShapes (std::list< Node * > *plpNodes)

Public Attributes

std::list< Node * > * m_plpNodes

Detailed Description

OpParam structure required to use the OpMakeNodesShapes undoable operation. See also: OpMakeNodesShapes.

Author:
Karim_MacDonald (Xara Group Ltd) <camelotdev@xara.com>
Date:
23/11/1999
Parameters:
std::list<Node*>* plpNodes a list of pointers to Nodes, which [INPUTS] OpMakeNodesShapes should convert into paths.

Definition at line 174 of file mkshapes.h.


Constructor & Destructor Documentation

OpParamMakeNodesShapes::OpParamMakeNodesShapes  )  [inline]
 

Definition at line 177 of file mkshapes.h.

00178     {
00179         ERROR2RAW("OpParamMakeNodesShapes default constructor should not be called!");
00180     }

OpParamMakeNodesShapes::OpParamMakeNodesShapes std::list< Node * > *  plpNodes  )  [inline]
 

Definition at line 182 of file mkshapes.h.

00183     {
00184         m_plpNodes = plpNodes;
00185     }


Member Data Documentation

std::list<Node*>* OpParamMakeNodesShapes::m_plpNodes
 

Definition at line 187 of file mkshapes.h.


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