A namespace for line constants. More...
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. |
A namespace for line constants.
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 | ) |
Definition at line 29 of file LineStyle.cxx.
An array to allow conversion of integer to enumeration.
Definition at line 26 of file LineStyle.cxx.
Referenced by convert().