wxArt2D
|
To set a two colour fill. More...
Protected Member Functions | |
a2dTwoColourFillData (void) | |
constructor | |
a2dTwoColourFillData (const a2dTwoColourFillData &fill) | |
a2dTwoColourFillData (const wxColour &col, const wxColour &col2, a2dFillStyle style) | |
constructor | |
~a2dTwoColourFillData (void) | |
destructor | |
a2dFillStyle | GetStyle (void) const |
void | SetStyle (a2dFillStyle style) |
void | SetColour2 (const wxColour &col) |
set colour 2 used for gradient and wxSTIPPLE_MASK_OPAQUE filling. | |
wxColour | GetColour2 () const |
return colour 2 | |
void | SetColour (const wxColour &col) |
set colour used for gradient and wxSTIPPLE_MASK_OPAQUE filling. | |
wxColour | GetColour () const |
return colour | |
virtual void | DoLoad (wxObject *parent, a2dIOHandlerXmlSerIn &parser, a2dXmlSer_flag xmlparts) |
Load settings. | |
virtual void | DoSave (wxObject *parent, a2dIOHandlerXmlSerOut &out, a2dXmlSer_flag xmlparts, a2dObjectList *towrite) |
Save settings. | |
Protected Attributes | |
wxColour | m_colour1 |
used for gradient fill or text background or opaque filling | |
wxColour | m_colour2 |
used for gradient fill or text background or opaque filling | |
a2dFillStyle | m_style |
style of Fill | |
Friends | |
class | a2dFill |
Additional Inherited Members | |
![]() | |
virtual a2dFillType | GetType (void) const |
a2dFillRefData () | |
constructor | |
a2dFillRefData (const a2dFillRefData &other) | |
![]() | |
bool | m_fillOn |
if true filling is done, else transparent fill | |
To set a two colour fill.
It defines a second colour for a fill used for the background of text.
Definition at line 3747 of file stylebase.cpp.