Public Types | Public Member Functions | Protected Member Functions | List of all members
pqLogViewerDialog Class Reference

A window for showing multiple log viewers. More...

#include <pqLogViewerDialog.h>

Inherits QDialog.

Public Types

typedef QDialog Superclass
 

Public Member Functions

 pqLogViewerDialog (QWidget *parent=nullptr)
 
 ~pqLogViewerDialog () override
 
void refresh ()
 Refresh the log viewers. More...
 
void clear ()
 Clear the log viewers. More...
 
void addLogView ()
 Add a new log viewer according to settings in the UI. More...
 

Protected Member Functions

bool eventFilter (QObject *obj, QEvent *event) override
 

Detailed Description

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.

Member Typedef Documentation

◆ Superclass

Definition at line 42 of file pqLogViewerDialog.h.

Constructor & Destructor Documentation

◆ pqLogViewerDialog()

pqLogViewerDialog::pqLogViewerDialog ( QWidget *  parent = nullptr)

◆ ~pqLogViewerDialog()

pqLogViewerDialog::~pqLogViewerDialog ( )
override

Member Function Documentation

◆ refresh()

void pqLogViewerDialog::refresh ( )

Refresh the log viewers.

◆ clear()

void pqLogViewerDialog::clear ( )

Clear the log viewers.

◆ 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: