ColourEditDlgParam Class Reference

The OpParam to use when Invoke()ing the ColourEditDlg You shouldn't ever need to use this - just call the static function ColourEditDlg::InvokeDialog if you want a colour editor. More...

Inheritance diagram for ColourEditDlgParam:

OpParam CCObject SimpleCCObject List of all members.

Public Member Functions

 ColourEditDlgParam (ColourList *TheParentList, IndexedColour *TheColourToEdit)\

Public Attributes

ColourListParentList
IndexedColourColourToEdit

Detailed Description

The OpParam to use when Invoke()ing the ColourEditDlg You shouldn't ever need to use this - just call the static function ColourEditDlg::InvokeDialog if you want a colour editor.

Author:
Jason_Williams (Xara Group Ltd) <camelotdev@xara.com>
Date:
14/10/94
Scope: private
See also:
ColourEditDlg::InvokeDialog; ColourPicker::EditColour

Definition at line 367 of file coldlog.cpp.


Constructor & Destructor Documentation

ColourEditDlgParam::ColourEditDlgParam ColourList TheParentList,
IndexedColour TheColourToEdit
[inline]
 

Definition at line 372 of file coldlog.cpp.

00373                     : OpParam(0, 0)                                                 \
00374             { ParentList = TheParentList; ColourToEdit = TheColourToEdit; };


Member Data Documentation

IndexedColour* ColourEditDlgParam::ColourToEdit
 

Definition at line 377 of file coldlog.cpp.

ColourList* ColourEditDlgParam::ParentList
 

Definition at line 374 of file coldlog.cpp.


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