#include "collist.h"
#include "gbrush.h"
Go to the source code of this file.
Classes | |
class | EditButtonDragTarget |
An instantiation of this class is created by each entity which wishes to provide a 'destination' to which the mouse can go to complete a drag. WinoilDragTargets are used as a base class from which to derive drag targets for WINOIL entities (an optional wxWindow*). More... | |
class | ColourLineDragTarget |
An instantiation of this class is created by each entity which wishes to provide a 'destination' to which the mouse can go to complete a drag. WinoilDragTargets are used as a base class from which to derive drag targets for WINOIL entities (an optional wxWindow*). More... | |
class | ColourBarMsgHandler |
Intercepts messages for the Colour Bar (Keeps the Colourabout which document is selected). More... | |
struct | CBDragInfo |
class | CColourBar |
The CColourBar window - a window like the status bar, which contains a strip of colours that can be used in the selected Document. More... | |
Enumerations | |
enum | CBColourType { CBCOLOUR_LINE, CBCOLOUR_FILL, CBCOLOUR_END, CBCOLOUR_START } |
|
Definition at line 247 of file ccolbar.h. 00248 { 00249 CBCOLOUR_LINE, // Line colour 00250 CBCOLOUR_FILL, // FlatFill or GradStart colour 00251 CBCOLOUR_END, // Grad end colour 00252 00253 CBCOLOUR_START // Grad start colour - NOTE that normally we only use 00254 // line/fill/end, except when drawing diamonds in which 00255 // case Fill means full diamond while Start means a 00256 // up-arrow half-diamond shape. 00257 } CBColourType;
|