NewColourParam Class Reference

Allows the user to create a new colour (based on another one). More...

#include <newcol.h>

Inheritance diagram for NewColourParam:

OpParam CCObject SimpleCCObject List of all members.

Public Member Functions

 NewColourParam ()\
 NewColourParam (ColourList *ParentList, IndexedColour *ColourToEdit, NewColourDlgType Flags)\

Public Attributes

ColourListTheList
IndexedColourTheColour
NewColourDlgType TheFlags
BOOL Result

Detailed Description

Allows the user to create a new colour (based on another one).

Author:
Jason_Williams (Xara Group Ltd) <camelotdev@xara.com>
Date:
28/9/95
Notes: Call one of the InvokeDialog overloads to show the dialogue

Definition at line 136 of file newcol.h.


Constructor & Destructor Documentation

NewColourParam::NewColourParam  )  [inline]
 

Definition at line 146 of file newcol.h.

NewColourParam::NewColourParam ColourList ParentList,
IndexedColour ColourToEdit,
NewColourDlgType  Flags
[inline]
 

Definition at line 149 of file newcol.h.

00150                 { TheList = ParentList; TheColour = ColourToEdit; TheFlags = Flags; Result = FALSE; }


Member Data Documentation

BOOL NewColourParam::Result
 

Definition at line 144 of file newcol.h.

IndexedColour* NewColourParam::TheColour
 

Definition at line 142 of file newcol.h.

NewColourDlgType NewColourParam::TheFlags
 

Definition at line 143 of file newcol.h.

ColourList* NewColourParam::TheList
 

Definition at line 141 of file newcol.h.


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