#include <ScanWindow.h>
Public Member Functions | |
| ScanWindow () | |
| ~ScanWindow () | |
| void | CloseWindow () |
| void | Rec () |
| void | Prev () |
| void | Next () |
| void | BuildButtonBar (TGHorizontalFrame *f) |
| void | BuildUserFields (TGCompositeFrame *f) |
| void | OpenOutputFile () |
Private Attributes | |
| TGCanvas * | fUserFieldsCanvas |
| Scrollable frame for all user defined fields. More... | |
| TGCompositeFrame * | fUserFieldsFrame |
| TGLayoutHints * | fUserFieldsHints |
| TGHorizontalFrame * | fButtonBar |
| Frame to hold the buttons at the bottom of the window. More... | |
| TGLayoutHints * | fButtonBarHints |
| TGLabel * | fCommentLabel |
| TGTextEntry * | fCommentEntry |
| TGTextButton * | fPrevButton |
| TGTextButton * | fNextButton |
| TGTextButton * | fRcrdButton |
| TGLayoutHints * | fButtonBarHintsL |
| TGLayoutHints * | fButtonBarHintsC |
| TGLayoutHints * | fButtonBarHintsR |
| ScanFrame * | fScanFrame |
| The frame containing the scanner check boxes etc. More... | |
| std::string | fOutFileName |
| Output file name for scan results. More... | |
Definition at line 83 of file ScanWindow.h.
| evdb::ScanWindow::ScanWindow | ( | ) |
Definition at line 442 of file ScanWindow.cxx.
| evdb::ScanWindow::~ScanWindow | ( | ) |
Definition at line 542 of file ScanWindow.cxx.
| void evdb::ScanWindow::BuildButtonBar | ( | TGHorizontalFrame * | f | ) |
Definition at line 392 of file ScanWindow.cxx.
| void evdb::ScanWindow::BuildUserFields | ( | TGCompositeFrame * | f | ) |
Definition at line 423 of file ScanWindow.cxx.
| void evdb::ScanWindow::CloseWindow | ( | ) |
Definition at line 561 of file ScanWindow.cxx.
| void evdb::ScanWindow::Next | ( | ) |
Definition at line 571 of file ScanWindow.cxx.
| void evdb::ScanWindow::OpenOutputFile | ( | ) |
Definition at line 496 of file ScanWindow.cxx.
| void evdb::ScanWindow::Prev | ( | void | ) |
Definition at line 564 of file ScanWindow.cxx.
| void evdb::ScanWindow::Rec | ( | ) |
Definition at line 578 of file ScanWindow.cxx.
|
private |
Frame to hold the buttons at the bottom of the window.
Definition at line 109 of file ScanWindow.h.
|
private |
Definition at line 110 of file ScanWindow.h.
|
private |
Definition at line 117 of file ScanWindow.h.
|
private |
Definition at line 116 of file ScanWindow.h.
|
private |
Definition at line 118 of file ScanWindow.h.
|
private |
Definition at line 112 of file ScanWindow.h.
|
private |
Definition at line 111 of file ScanWindow.h.
|
private |
Definition at line 114 of file ScanWindow.h.
|
private |
Output file name for scan results.
Definition at line 122 of file ScanWindow.h.
|
private |
Definition at line 113 of file ScanWindow.h.
|
private |
Definition at line 115 of file ScanWindow.h.
|
private |
The frame containing the scanner check boxes etc.
Definition at line 121 of file ScanWindow.h.
|
private |
Scrollable frame for all user defined fields.
Definition at line 104 of file ScanWindow.h.
|
private |
Definition at line 105 of file ScanWindow.h.
|
private |
Definition at line 106 of file ScanWindow.h.
1.8.11