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_
hippodraw::Line::DashDot
__ . __ .
Definition:
LineStyle.h:30
hippodraw::Line::Dot
. . . . .
Definition:
LineStyle.h:29
hippodraw::Line::DashDotDot
__ . . __
Definition:
LineStyle.h:31
hippodraw::Line::convert
Style convert(unsigned int style)
Definition:
LineStyle.cxx:29
hippodraw::Line::Invisible
not visible
Definition:
LineStyle.h:32
hippodraw::Line::Style
Style
Line style constants.
Definition:
LineStyle.h:25
hippodraw::Line::Solid
Definition:
LineStyle.h:27
hippodraw::Line::Dash
Definition:
LineStyle.h:28
Generated for HippoDraw Class Library by