ColEditorDragInfo Class Reference

Contains info that a colourdrag may find useful - used for drags from the colour editor. More...

#include <coldlog.h>

Inheritance diagram for ColEditorDragInfo:

ColourDragInformation DragInformation CCObject SimpleCCObject List of all members.

Public Member Functions

 ColEditorDragInfo ()
 constructor
 ColEditorDragInfo (IndexedColour *Colour, BOOL IsAdjust, Document *pParent)

Detailed Description

Contains info that a colourdrag may find useful - used for drags from the colour editor.

Author:
Jason_Williams (Xara Group Ltd) <camelotdev@xara.com>
Date:
15/10/95

Definition at line 630 of file coldlog.h.


Constructor & Destructor Documentation

ColEditorDragInfo::ColEditorDragInfo  ) 
 

constructor

Author:
Jason_Williams (Xara Group Ltd) <camelotdev@xara.com>
Date:
15/10/95
Notes: This is a completely normal ColourDragInformation class, but overridden so that we can detect drags from the editor and make sure they can't be dropped back into the editor

Definition at line 11037 of file coldlog.cpp.

11038 {
11039 }

ColEditorDragInfo::ColEditorDragInfo IndexedColour Colour,
BOOL  IsAdjust,
Document pParent
 

Definition at line 11041 of file coldlog.cpp.

11042                   : ColourDragInformation(Colour, IsAdjust, pParent)
11043 {
11044 }


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