Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
graphics
SymbolType.h
Go to the documentation of this file.
1
/* -*- mode: c++ -*- */
2
14
#ifndef _SymbolType_H_
15
#define _SymbolType_H_
16
17
#include "
pattern/libhippo.h
"
18
19
namespace
hippodraw {
20
23
namespace
Symbol {
28
enum
Type
{
29
SQUARE
,
30
SOLIDSQUARE
,
32
PLUS
,
33
TIMES
,
34
TRIANGLE
,
35
FILLED_TRIANGLE
,
36
CIRCLE
,
37
FILLED_CIRCLE
,
38
INVISIBLE
39
};
40
41
Type
MDL_HIPPOPLOT_API
convert
(
unsigned
int
type
);
42
43
}
44
}
45
46
#endif // _SymbolType_H_
Generated for HippoDraw Class Library by