Enumerations | |
| enum | Style { Solid, Dash, Dot, DashDot, DashDotDot, Invisible } |
| Line style constants. More... | |
Functions | |
| Style | convert (unsigned int style) |
Variables | |
| static Style | styles [] |
| An array to allow conversion of integer to enumeration. | |
| enum Style |
Line style constants.
| Solid | ________ |
| Dash | __ __ __ |
| Dot | . . . . . |
| DashDot | __ . __ . |
| DashDotDot | __ . . __ |
| Invisible | not visible |
Definition at line 25 of file LineStyle.h.
| Style convert | ( | unsigned int | style | ) |
Initial value:
An array to allow conversion of integer to enumeration.
Definition at line 26 of file LineStyle.cxx.
Referenced by convert().