Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
graphics
LineStyle.h
Go to the documentation of this file.
1
/* -*- mode:c++ -*- */
2
14
#ifndef _LineStyle_H_
15
#define _LineStyle_H_
16
17
namespace
hippodraw {
18
21
namespace
Line {
22
25
enum
Style
26
{
27
Solid
,
28
Dash
,
29
Dot
,
30
DashDot
,
31
DashDotDot
,
32
Invisible
33
};
34
35
Style
convert
(
unsigned
int
style );
36
37
}
// end namespace Line
38
}
// end namespace hippodraw
39
40
#endif // _LineStyle_H_
Generated for HippoDraw Class Library by