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.
Definition at line 25 of file LineStyle.h.
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().