Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
graphics
LineStyle.cxx
Go to the documentation of this file.
1
/* -*- mode:c++ -*- */
2
15
#include "
LineStyle.h
"
16
17
namespace
hippodraw {
18
19
namespace
Line {
20
26
static
Style
styles
[] = {
Solid
,
Dash
,
Dot
,
DashDot
,
DashDotDot
,
27
Invisible
};
28
29
Style
convert
(
unsigned
int
style )
30
{
31
if
( style >
Invisible
) style =
Invisible
;
32
33
return
styles
[ style ];
34
}
35
36
}
// end namespace Line
37
}
// end namespace
Generated for HippoDraw Class Library by