Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

GuiCanvas.h

Go to the documentation of this file.
00001 
00002 //
00003 // $Id: GuiCanvas.h,v 1.3 2002/11/14 20:10:37 bv Exp $
00004 //
00005 // GuiCanvas
00006 //
00007 // Package: MIDAD
00008 //
00009 // Wrap a TRootEmbeddedCanvas
00010 //
00011 // Contact: bv@bnl.gov
00012 //
00013 // Created on: Fri Nov  9 01:58:52 2001
00014 //
00016 
00017 #ifndef MIDAD_GUICANVAS_H
00018 #define MIDAD_GUICANVAS_H
00019 
00020 #include <Midad/Gui/GuiBase.h>
00021 #include <TRootEmbeddedCanvas.h>
00022 
00023 class GuiCanvas : public TRootEmbeddedCanvas, public GuiBase
00024 {
00025 public:
00026 
00027     GuiCanvas(TGWindow& parent,int width=10,int height=10)
00028         : TRootEmbeddedCanvas("canvas",&parent,width,height) {}
00029     virtual ~GuiCanvas() {}    
00030 };                              // end of class GuiCanvas
00031 
00032 #endif  // MIDAD_GUICANVAS_H

Generated on Mon Feb 15 11:06:47 2010 for loon by  doxygen 1.3.9.1