Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

BoxTextRep.h

Go to the documentation of this file.
00001 /* -*- mode: c++ -*- */
00002 
00014 #ifndef _BoxTextRep_H_
00015 #define _BoxTextRep_H_
00016 
00017 #include "TextRepBase.h"
00018 
00028 class MDL_HIPPOPLOT_API BoxTextRep : public TextRepBase
00029 {
00030 
00031 public:
00032 
00034   BoxTextRep ( );
00035 
00037   BoxTextRep ( const BoxTextRep & rep );
00038 
00039   virtual RepBase * clone ();
00040 
00041   virtual void drawProjectedValues ( ProjectorBase & projector,
00042                                      ViewBase & view );
00043 };
00044 
00045 #endif // _BoxTextRep_H_

Generated for HippoDraw-1.14.8.5 by doxygen 1.4.3