library: libQtGSI
#include "TQCanvasImp.h"

TQCanvasImp


class description - header file - source file
viewCVS header - viewCVS source

class TQCanvasImp: public TCanvasImp

Inheritance Inherited Members Includes Libraries
Class Charts

Function Members (Methods)

Display options:
Show inherited
Show non-public
public:
TQCanvasImp(TCanvas* = 0)
TQCanvasImp(const TQCanvasImp&)
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()
TCanvas*TCanvasImp::Canvas() const
static TClass*Class()
virtual voidTCanvasImp::Close()
virtual voidTCanvasImp::ForceUpdate()
virtual UInt_tTCanvasImp::GetWindowGeometry(Int_t& x, Int_t& y, UInt_t& w, UInt_t& h)
virtual voidTCanvasImp::Iconify()
virtual Int_tTCanvasImp::InitWindow()
virtual TClass*IsA() const
virtual voidTCanvasImp::RaiseWindow()
virtual voidTCanvasImp::ReallyDelete()
virtual voidTCanvasImp::SetCanvasSize(UInt_t w, UInt_t h)
virtual voidTCanvasImp::SetStatusText(const char* text = "0", Int_t partidx = 0)
virtual voidTCanvasImp::SetWindowPosition(Int_t x, Int_t y)
virtual voidTCanvasImp::SetWindowSize(UInt_t w, UInt_t h)
virtual voidTCanvasImp::SetWindowTitle(const char* newTitle)
virtual voidTCanvasImp::Show()
virtual voidTCanvasImp::ShowEditor(Bool_t show = kTRUE)
virtual voidShowMembers(TMemberInspector& insp, char* parent)
virtual voidTCanvasImp::ShowMenuBar(Bool_t show = kTRUE)
virtual voidTCanvasImp::ShowStatusBar(Bool_t show = kTRUE)
virtual voidTCanvasImp::ShowToolBar(Bool_t show = kTRUE)
virtual voidStreamer(TBuffer& b)
voidStreamerNVirtual(TBuffer& b)
protected:
voidBuild(TCanvas* c, const char* name, Int_t x, Int_t y, UInt_t width, UInt_t height)
virtual Bool_tTCanvasImp::IsLocked()
virtual voidTCanvasImp::Lock()
TCanvasImp&TCanvasImp::operator=(const TCanvasImp& ci)
virtual voidTCanvasImp::Unlock()

Data Members

protected:
TQRootCanvas*fQCanvasPointer to the Qt widget (TQRootCanvas)
TCanvas*TCanvasImp::fCanvasTCanvas associated with this implementation

Class Description

                                                                      
 ABC describing GUI independent main window (with menubar, scrollbars 
 and a drawing area).                                                 
                                                                      

TQCanvasImp(TCanvas *c, const char *name, UInt_t width, UInt_t height)
  TQCanvasImp ctor
TQCanvasImp(TCanvas *c, const char *name, Int_t x, Int_t y, UInt_t width, UInt_t height)
   TQCanvasImp ctor
TQCanvasImp(TCanvas* /*v*/)
 TQCanvasImp ctor
void Build(TCanvas *c, const char *name, Int_t /*x*/, Int_t /*y*/, UInt_t /*width*/, UInt_t /*height*/)
 Build the TQRootCanvas
~TQCanvasImp()
 dtor
TQCanvasImp(TCanvas* = 0)

Author: Denis Bertini, M. Al-Turany 01/11/2000
Last update: root/qtgsi:$Name: $:$Id: TQCanvasImp.cxx,v 1.2 2006/04/12 10:07:21 brun Exp $
Copyright (C) 1995-2006, Rene Brun and Fons Rademakers. *


ROOT page - Class index - Class Hierarchy - Top of the page

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.