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  {
28  Dash,
29  Dot,
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 doxygen