|
wxArt2D
|
Two colour Hatch Fill. More...


Public Member Functions | |
| virtual a2dFillType | GetType (void) const |
Public Member Functions inherited from a2dFillRefData | |
| a2dFillRefData () | |
| constructor | |
| a2dFillRefData (const a2dFillRefData &other) | |
Protected Member Functions | |
| a2dHatchFillData (void) | |
| constructor | |
| a2dHatchFillData (const a2dHatchFillData &other) | |
| constructor | |
| a2dHatchFillData (const wxColour &col, const wxColour &col2, a2dFillStyle style) | |
| constructor More... | |
| ~a2dHatchFillData (void) | |
| destructor | |
| void | SetStyle (a2dFillStyle style) |
| 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 Member Functions inherited from a2dTwoColourFillData | |
| 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 | |
Friends | |
| class | a2dFill |
Additional Inherited Members | |
Public Attributes inherited from a2dFillRefData | |
| bool | m_fillOn |
| if true filling is done, else transparent fill | |
Protected Attributes inherited from a2dTwoColourFillData | |
| 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 | |
Two colour Hatch Fill.
The hatch if drawn in the foreground colour and, colour2 is used for the background.
Definition at line 3887 of file stylebase.cpp.
|
protected |
constructor
| col | foreground color |
| col2 | background color |
Definition at line 3930 of file stylebase.cpp.