library: libQtGSI
#include "TQRootGuiFactory.h"

TQRootGuiFactory


class description - header file - source file - inheritance tree (.pdf)

class TQRootGuiFactory : public TRootGuiFactory

Inheritance Chart:
TObject
<-
TNamed
<-
TGuiFactory
<-
TRootGuiFactory
<-
TQRootGuiFactory

    public:
TQRootGuiFactory(const char* name = "QRoot", const char* title = "Qt/ROOT GUI Factory") TQRootGuiFactory(const TQRootGuiFactory&) virtual ~TQRootGuiFactory() static TClass* Class() virtual TCanvasImp* CreateCanvasImp(TCanvas* c, const char* title, UInt_t width, UInt_t height) virtual TCanvasImp* CreateCanvasImp(TCanvas* c, const char* title, Int_t x, Int_t y, UInt_t width, UInt_t height) virtual TClass* IsA() const TQRootGuiFactory& operator=(const TQRootGuiFactory&) void SetCustomFlag(Bool_t custom) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members

    private:
Bool_t fCustom

Class Description

                                                                      
 TQRootGuiFactory                                                     
                                                                      
 This class is a factory for Qt GUI components. It overrides          
 the member functions of the ABS TGuiFactory.                         
                                                                      

TQRootGuiFactory(const char *name, const char *title)
 TQRootGuiFactory ctor.
 The default implementation is not customized.
 The ROOT TRootCanvas class is being used.
~TQRootGuiFactory()
destructor
TCanvasImp * CreateCanvasImp(TCanvas *c, const char *title, UInt_t width, UInt_t height)
 Create a ROOT native GUI version of TCanvasImp
  @param TCanvas *c (ptr to ROOT TCanvas)
  @param char* title (title for canvas)
  @param width
  @param height
  @return QCanvasImp*
TCanvasImp * CreateCanvasImp(TCanvas *c, const char *title, Int_t x, Int_t y, UInt_t width, UInt_t height)
 Create a ROOT native GUI version of TCanvasImp
    @param TCanvas *c (ptr to ROOT TCanvas)
    @param char* title (title for canvas)
    @param x
    @param y
    @param width
    @param height
    @return TQCanvasImp*
TQRootGuiFactory(const char *name = "QRoot", const char *title = "Qt/ROOT GUI Factory")
void SetCustomFlag(Bool_t custom)

Author: Denis Bertini, M. Al-Turany 01/11/2000
Last update: root/qtgsi:$Name: $:$Id: TQRootGuiFactory.cxx,v 1.3 2006/05/26 09:21:41 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.