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 {
32  PLUS,
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 doxygen