Message Viewer Dialog Window
More...
#include <mfextensions/Binaries/mvdlg.hh>
|
template<typename T > |
void | qt_check_for_QOBJECT_macro (const T &_q_argument) const |
|
virtual const QMetaObject * | metaObject () const |
|
virtual void * | qt_metacast (const char *) |
|
virtual int | qt_metacall (QMetaObject::Call, int, void **) |
|
| msgViewerDlg (std::string const &conf, QDialog *parent=0) |
| Message Viewer Dialog Constructor. More...
|
|
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.
|
|
|
static QString | tr (const char *s, const char *c=0) |
|
static QString | trUtf8 (const char *s, const char *c=0) |
|
static QString | tr (const char *s, const char *c, int n) |
|
static QString | trUtf8 (const char *s, const char *c, int n) |
|
|
static const QMetaObject | staticMetaObject |
|
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 83 of file mvdlg.cc.
void msgViewerDlg::closeEvent |
( |
QCloseEvent * |
event | ) |
|
|
protected |
Perform actions on window close.
- Parameters
-
Definition at line 1052 of file mvdlg.cc.
The documentation for this class was generated from the following files: