|
wxArt2D
|
Public Member Functions | |
| a2dExtStroke (const a2dStroke &stroke) | |
| void | Set (const a2dStroke &stroke) |
| void | Mix (const a2dStroke &stroke) |
| a2dStroke | Get (const a2dStroke &stroke) const |
| void | SetDefault (const a2dStroke &stroke) |
| const a2dStroke & | GetDefault () const |
| void | SetStyle (a2dStrokeStyle style) |
| bool | IsStyleValid () const |
| a2dStrokeStyle | GetStyle () const |
| bool | IsInitialised () const |
| bool | HasEditableStyle () const |
| void | SetColor (const wxColour &color) |
| bool | IsColorValid () const |
| wxColour | GetColor () const |
| void | SetWidth (const float &width) |
| bool | IsWidthValid () const |
| float | GetWidth () const |
| void | SetCap (wxPenCap cap) |
| bool | IsCapValid () const |
| wxPenCap | GetCap () const |
| void | SetJoin (wxPenJoin join) |
| bool | IsJoinValid () const |
| wxPenJoin | GetJoin () const |
Definition at line 1222 of file stylebase.h.