#ifndef ROOT_TEveTextGL
#define ROOT_TEveTextGL
#include "TGLObject.h"
#include "TGLFontManager.h"
class TEveText;
class TEveTextGL : public TGLObject
{
private:
   TEveTextGL(const TEveTextGL&);            
   TEveTextGL& operator=(const TEveTextGL&); 
protected:
   TEveText              *fM;        
   mutable TGLFont        fFont;     
   mutable Double_t       fX[4][3];  
   void    SetFont(TGLRnrCtx & rnrCtx) const;
public:
   TEveTextGL();
   virtual ~TEveTextGL() {}
   virtual Bool_t SetModel(TObject* obj, const Option_t* opt=0);
   virtual void   SetBBox();
   virtual void DirectDraw(TGLRnrCtx & rnrCtx) const;
   ClassDef(TEveTextGL, 0); 
};
#endif
Last change: Tue May 13 17:09:57 2008
Last generated: 2008-05-13 17:09
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.