artdaq_mfextensions  v1_05_00
msgViewerDlg Class Reference

Message Viewer Dialog Window More...

#include <mfextensions/Binaries/mvdlg.hh>

Inheritance diagram for msgViewerDlg:

Public Member Functions

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=nullptr)
 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 Public Member Functions

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 Public Attributes

static const QMetaObject staticMetaObject
 

Protected Member Functions

void closeEvent (QCloseEvent *event)
 Perform actions on window close. More...
 

Detailed Description

Message Viewer Dialog Window

Definition at line 27 of file mvdlg.hh.

Constructor & Destructor Documentation

msgViewerDlg::msgViewerDlg ( std::string const &  conf,
QDialog *  parent = nullptr 
)

Message Viewer Dialog Constructor.

Parameters
confConfiguration filename (fhicl document)
parentParent Qt window

Definition at line 85 of file mvdlg.cc.

Member Function Documentation

void msgViewerDlg::closeEvent ( QCloseEvent *  event)
protected

Perform actions on window close.

Parameters
eventQCloseEvent data

Definition at line 1122 of file mvdlg.cc.


The documentation for this class was generated from the following files: