#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 update: Thu Jan 17 09:02:07 2008
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.