#include <prpsgds.h>
Inheritance diagram for OpChangeLayerColourParam:

Public Member Functions | |
| OpChangeLayerColourParam () | |
| OpChangeLayerColourParam (Document *pTheDoc, Layer *pTheLayer, IndexedColour *pTheColour) | |
| OpChangeLayerColourParam (OpChangeLayerColourParam &Other) | |
Public Attributes | |
| Document * | pDoc |
| Layer * | pLayer |
| IndexedColour * | pColour |
Definition at line 226 of file prpsgds.h.
|
|
Definition at line 231 of file prpsgds.h.
|
|
||||||||||||||||
|
Definition at line 233 of file prpsgds.h.
|
|
|
Definition at line 240 of file prpsgds.h. 00241 { 00242 pDoc = Other.pDoc; 00243 pLayer = Other.pLayer; 00244 pColour = Other.pColour; 00245 }
|
|
|
|
|
|
|
|
|
|
1.4.4