LineStyle.h

Go to the documentation of this file.
00001 /* -*- mode:c++ -*- */
00002 
00014 #ifndef _LineStyle_H_
00015 #define _LineStyle_H_
00016 
00017 namespace hippodraw {
00018 
00021   namespace Line {
00022 
00025     enum Style
00026       { 
00027         Solid,     
00028         Dash,      
00029         Dot,       
00030         DashDot,   
00031         DashDotDot,
00032         Invisible  
00033       };
00034 
00035     Style convert ( unsigned int style );
00036 
00037   } // end namespace Line
00038 } // end namespace hippodraw
00039 
00040 #endif // _LineStyle_H_

Generated for HippoDraw Class Library by doxygen