Message Viewer Dialog Window
More...
#include <mfextensions/Binaries/mvdlg.hh>
|
void | pause () |
| Pause message receiving.
|
|
void | exit () |
| Exit the program.
|
|
void | clear () |
| Clear the message buffer.
|
|
void | shortMode () |
| Switch to/from Short message mode.
|
|
void | changeSeverity (int sev) |
| Change the severity threshold.
|
|
|
| msgViewerDlg (std::string const &conf, QDialog *parent=0) |
| Message Viewer Dialog Constructor. More...
|
|
Message Viewer Dialog Window
Definition at line 27 of file mvdlg.hh.
msgViewerDlg::msgViewerDlg |
( |
std::string const & |
conf, |
|
|
QDialog * |
parent = 0 |
|
) |
| |
Message Viewer Dialog Constructor.
- Parameters
-
conf | Configuration filename (fhicl document) |
parent | Parent Qt window |
Definition at line 76 of file mvdlg.cc.
void msgViewerDlg::closeEvent |
( |
QCloseEvent * |
event | ) |
|
|
protected |
Perform actions on window close.
- Parameters
-
Definition at line 925 of file mvdlg.cc.
The documentation for this class was generated from the following files:
- artdaq_mfextensions/mfextensions/Binaries/mvdlg.hh
- artdaq_mfextensions/mfextensions/Binaries/mvdlg.cc