OpChangeLayerColourParam Class Reference

Param used to change the colour of a layer. More...

#include <prpsgds.h>

Inheritance diagram for OpChangeLayerColourParam:

OpParam CCObject SimpleCCObject List of all members.

Public Member Functions

 OpChangeLayerColourParam ()
 OpChangeLayerColourParam (Document *pTheDoc, Layer *pTheLayer, IndexedColour *pTheColour)
 OpChangeLayerColourParam (OpChangeLayerColourParam &Other)

Public Attributes

DocumentpDoc
LayerpLayer
IndexedColourpColour

Detailed Description

Param used to change the colour of a layer.

Author:
Mark_Neves (Xara Group Ltd) <camelotdev@xara.com>
Date:
11/10/95
See also:
OpChangeLayerColour

Definition at line 226 of file prpsgds.h.


Constructor & Destructor Documentation

OpChangeLayerColourParam::OpChangeLayerColourParam  )  [inline]
 

Definition at line 231 of file prpsgds.h.

00231 { pDoc = NULL; pLayer = NULL; pColour = NULL; }

OpChangeLayerColourParam::OpChangeLayerColourParam Document pTheDoc,
Layer pTheLayer,
IndexedColour pTheColour
[inline]
 

Definition at line 233 of file prpsgds.h.

00234     {
00235         pDoc    = pTheDoc;
00236         pLayer  = pTheLayer;
00237         pColour = pTheColour;
00238     }   

OpChangeLayerColourParam::OpChangeLayerColourParam OpChangeLayerColourParam Other  )  [inline]
 

Definition at line 240 of file prpsgds.h.

00241     {
00242         pDoc    = Other.pDoc;
00243         pLayer  = Other.pLayer;
00244         pColour = Other.pColour;
00245     }


Member Data Documentation

IndexedColour* OpChangeLayerColourParam::pColour
 

Definition at line 249 of file prpsgds.h.

Document* OpChangeLayerColourParam::pDoc
 

Definition at line 247 of file prpsgds.h.

Layer* OpChangeLayerColourParam::pLayer
 

Definition at line 248 of file prpsgds.h.


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