#ifndef ROOT_TQCanvasImp
#define ROOT_TQCanvasImp
#ifndef ROOT_TCanvasImp
#include "TCanvasImp.h"
#endif
class TQRootCanvas;
class TQCanvasImp :  public TCanvasImp {
protected:
   TQRootCanvas *fQCanvas; 
   void Build(TCanvas *c, const char *name, Int_t x, Int_t y, UInt_t width, UInt_t height);
public:
   TQCanvasImp(TCanvas* = 0);
   TQCanvasImp(TCanvas *c, const char *name, UInt_t width, UInt_t height);
   TQCanvasImp(TCanvas *c, const char *name, Int_t x, Int_t y, UInt_t width, UInt_t height);
   virtual ~TQCanvasImp();
   
   ClassDef(TQCanvasImp,1)  
};
#endif
Last change: Tue May 13 17:23:47 2008
Last generated: 2008-05-13 17:23
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.