Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
nutools
old
EventDisplayBase
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
////////////////////////////////////////////////////////////////////////
evdb::StatusBar
A status bar on the bottom of the display.
Definition:
StatusBar.h:15
evdb
Manage all things related to colors for the event display.
Definition:
Edge3DDrawer_tool.cc:10
evdb::StatusBar::~StatusBar
~StatusBar()
Definition:
StatusBar.h:18
evdb::StatusBar::StatusBar
StatusBar(TGMainFrame *)
Definition:
StatusBar.h:17
Generated by
1.8.11