#include <TQCanvasImp.h>
Inheritance diagram for TQCanvasImp:
Public Member Functions | |
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 () |
Protected Member Functions | |
void | Build (TCanvas *c, const char *name, Int_t x, Int_t y, UInt_t width, UInt_t height) |
Protected Attributes | |
TQRootCanvas * | fQCanvas |
Definition at line 30 of file TQCanvasImp.h.
TQCanvasImp::TQCanvasImp | ( | TCanvas * | = 0 |
) |
Definition at line 54 of file TQCanvasImp.cxx.
TQCanvasImp::~TQCanvasImp | ( | ) | [virtual] |
Definition at line 71 of file TQCanvasImp.cxx.
void TQCanvasImp::Build | ( | TCanvas * | c, | |
const char * | name, | |||
Int_t | x, | |||
Int_t | y, | |||
UInt_t | width, | |||
UInt_t | height | |||
) | [protected] |
Definition at line 61 of file TQCanvasImp.cxx.
References c, TCanvasImp::fCanvas, fQCanvas, and TQRootCanvas::GetCanvas().
Referenced by TQCanvasImp().
TQRootCanvas* TQCanvasImp::fQCanvas [protected] |