evdb.h
Go to the documentation of this file.
1 ////////////////////////////////////////////////////////////////////////
2 // $Id: evdb.h,v 1.4 2011-04-05 22:26:55 messier Exp $
3 //
4 //! Collection of global resources for the event display
5 //
6 // messier@indiana.edu
7 ////////////////////////////////////////////////////////////////////////
8 #ifndef EVDB_H
9 #define EVDB_H
10 
11 class TGMainFrame;
12 class TGWindow;
13 class TGPicturePool;
14 
15 /// Base package for construction of an event display
16 namespace evdb {
17  const TGWindow* TopWindow();
18  TGPicturePool* PicturePool();
19 }
20 
21 #endif // EVDB_H
22 ////////////////////////////////////////////////////////////////////////
Manage all things related to colors for the event display.
const TGWindow * TopWindow()
Definition: evdb.cxx:12
TGPicturePool * PicturePool()
Definition: evdb.cxx:16