StatusBar.h
Go to the documentation of this file.
1 ////////////////////////////////////////////////////////////////////////
2 /// \file StatusBar.h
3 /// \brief A status bar on the bottom of the display
4 ///
5 /// \todo Currently unimplemented...
6 ///
7 /// \version $Id: StatusBar.h,v 1.2 2011-01-23 16:08:50 p-nusoftart Exp $
8 /// \author messier@indiana.edu
9 ////////////////////////////////////////////////////////////////////////
10 #ifndef EVDB_STATUSBAR_H
11 #define EVDB_STATUSBAR_H
12 
13 namespace evdb {
14  /// A status bar on the bottom of the display
15  class StatusBar {
16  public:
17  StatusBar(TGMainFrame* /*m*/) { }
18  ~StatusBar() { }
19  private:
20  };
21 }
22 
23 #endif
24 ////////////////////////////////////////////////////////////////////////
A status bar on the bottom of the display.
Definition: StatusBar.h:15
Manage all things related to colors for the event display.
StatusBar(TGMainFrame *)
Definition: StatusBar.h:17