LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
An event display window. More...
#include "ListWindow.h"
Public Member Functions | |
ListWindow (int window=0) | |
virtual | ~ListWindow () |
virtual void | Draw (const char *opt="") |
virtual void | CloseWindow () |
void | Raise () |
Static Public Member Functions | |
static void | Register (const char *name, const char *description, unsigned int h, unsigned int w, ObjListCanvasCreator_t creator) |
static const std::vector< std::string > & | Names () |
static int | OpenWindow (int type=0) |
Private Attributes | |
TGMainFrame * | fMain |
Main window. More... | |
MenuBar * | fMenuBar |
Top menu bar. More... | |
ButtonBar * | fButtonBar |
Top button bar. More... | |
StatusBar * | fStatusBar |
Status bar running along the bottom. More... | |
ObjListCanvas * | fDisplay |
Display of detector event information. More... | |
An event display window.
Definition at line 28 of file ListWindow.h.
evdb::ListWindow::ListWindow | ( | int | window = 0 | ) |
Definition at line 92 of file ListWindow.cxx.
References evdb::ObjListCanvas::Connect(), fButtonBar, fDisplay, fMain, fMenuBar, fStatusBar, evdb::gsWindows(), and w.
Referenced by OpenWindow().
|
virtual |
Definition at line 143 of file ListWindow.cxx.
References fButtonBar, fDisplay, fMain, fMenuBar, fStatusBar, and evdb::gsWindows().
|
virtual |
Definition at line 139 of file ListWindow.cxx.
|
virtual |
Definition at line 135 of file ListWindow.cxx.
References evdb::ObjListCanvas::Draw(), and fDisplay.
Referenced by OpenWindow().
|
static |
Definition at line 46 of file ListWindow.cxx.
References evdb::gsName.
Referenced by evdb::WindowMenu::WindowMenu().
|
static |
Create a window given a system-assigned ID number
Definition at line 73 of file ListWindow.cxx.
References Draw(), evdb::gsWindows(), ListWindow(), Raise(), and w.
void evdb::ListWindow::Raise | ( | ) |
|
static |
Register a display canvas for use in creating windows
Definition at line 53 of file ListWindow.cxx.
References evdb::gsWindows().
|
private |
Top button bar.
Definition at line 50 of file ListWindow.h.
Referenced by ListWindow(), and ~ListWindow().
|
private |
Display of detector event information.
Definition at line 52 of file ListWindow.h.
Referenced by Draw(), ListWindow(), and ~ListWindow().
|
private |
Main window.
Definition at line 48 of file ListWindow.h.
Referenced by ListWindow(), Raise(), and ~ListWindow().
|
private |
Top menu bar.
Definition at line 49 of file ListWindow.h.
Referenced by ListWindow(), and ~ListWindow().
|
private |
Status bar running along the bottom.
Definition at line 51 of file ListWindow.h.
Referenced by ListWindow(), and ~ListWindow().