ReplaceAttributesParam Class Reference

The parameter for the OpReplaceAttributes operation. More...

#include <attrappl.h>

Inheritance diagram for ReplaceAttributesParam:

OpParam CCObject SimpleCCObject List of all members.

Public Member Functions

 ReplaceAttributesParam ()
 ReplaceAttributesParam (NodeAttribute *pAttrib, List *pOldAttrs)

Public Attributes

NodeAttributem_pAttr
Listm_pOldAttrs

Detailed Description

The parameter for the OpReplaceAttributes operation.

Author:
Phil_Martin (Xara Group Ltd) <camelotdev@xara.com>
Date:
07/01/2005

Definition at line 414 of file attrappl.h.


Constructor & Destructor Documentation

ReplaceAttributesParam::ReplaceAttributesParam  )  [inline]
 

Definition at line 419 of file attrappl.h.

00419 {m_pAttr = NULL; m_pOldAttrs = NULL;}

ReplaceAttributesParam::ReplaceAttributesParam NodeAttribute pAttrib,
List pOldAttrs
[inline]
 

Definition at line 421 of file attrappl.h.

00422     {
00423         m_pAttr = pAttrib;
00424         m_pOldAttrs = pOldAttrs;
00425     }


Member Data Documentation

NodeAttribute* ReplaceAttributesParam::m_pAttr
 

Definition at line 427 of file attrappl.h.

List* ReplaceAttributesParam::m_pOldAttrs
 

Definition at line 428 of file attrappl.h.


The documentation for this class was generated from the following file:
Generated on Sat Nov 10 04:00:34 2007 for Camelot by  doxygen 1.4.4