A window for showing multiple log viewers.
More...
#include <pqLogViewerDialog.h>
Inherits QDialog.
|
bool | eventFilter (QObject *obj, QEvent *event) override |
|
A window for showing multiple log viewers.
This class displays logs generated with vtkPVLogger and reocorded with vtkLogRecorder. Individual logs from client and server processes are displayed in their own tabs in a QTabWidget in this window.
Definition at line 35 of file pqLogViewerDialog.h.
◆ Superclass
◆ pqLogViewerDialog()
pqLogViewerDialog::pqLogViewerDialog |
( |
QWidget * |
parent = nullptr | ) |
|
◆ ~pqLogViewerDialog()
pqLogViewerDialog::~pqLogViewerDialog |
( |
| ) |
|
|
override |
◆ refresh()
void pqLogViewerDialog::refresh |
( |
| ) |
|
◆ clear()
void pqLogViewerDialog::clear |
( |
| ) |
|
◆ addLogView()
void pqLogViewerDialog::addLogView |
( |
| ) |
|
Add a new log viewer according to settings in the UI.
◆ eventFilter()
bool pqLogViewerDialog::eventFilter |
( |
QObject * |
obj, |
|
|
QEvent * |
event |
|
) |
| |
|
overrideprotected |
The documentation for this class was generated from the following file: