Enumerations | |
| enum | Style { Solid, Dash, Dot, DashDot, DashDotDot, Invisible } |
| Line style constants. More... | |
Functions | |
| Style | convert (unsigned int style) |
Variables | |
| Style | styles [] = { Solid, Dash, Dot, DashDot, DashDotDot, Invisible } |
|
|
Line style constants.
Definition at line 25 of file LineStyle.h. |
|
|
Definition at line 39 of file LineStyle.h. |
|
|
Definition at line 36 of file LineStyle.h. Referenced by convert(). |
1.4.3