Message Viewer Dialog Window. More...
#include <mfextensions/Binaries/mvdlg.hh>
Classes | |
struct | MsgFilterDisplay |
Public Slots | |
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. | |
Public Member Functions | |
msgViewerDlg (std::string const &conf, QDialog *parent=0) | |
Message Viewer Dialog Constructor. | |
Protected Member Functions | |
void | closeEvent (QCloseEvent *event) |
Perform actions on window close. |
Message Viewer Dialog Window.
Definition at line 28 of file mvdlg.hh.
msgViewerDlg::msgViewerDlg | ( | std::string const & | conf, | |
QDialog * | parent = 0 | |||
) |
void msgViewerDlg::closeEvent | ( | QCloseEvent * | event | ) | [protected] |