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

#include <pqTimerLogDisplay.h>

Inherits QDialog.

Public Types

typedef QDialog Superclass
 

Public Slots

void refresh ()
 
void clear ()
 
void setTimeThreshold (float value)
 
void setBufferLength (int value)
 
void setEnable (bool state)
 
void save ()
 
void save (const QString &filename)
 
void save (const QStringList &files)
 
void saveState ()
 
void restoreState ()
 

Public Member Functions

 pqTimerLogDisplay (QWidget *p=NULL)
 
 ~pqTimerLogDisplay () override
 
float timeThreshold () const
 
int bufferLength () const
 
bool isEnabled () const
 

Protected Slots

void setTimeThresholdById (int id)
 
void setBufferLengthById (int id)
 

Protected Member Functions

virtual void addToLog (const QString &source, vtkPVTimerInformation *timerInfo)
 
void showEvent (QShowEvent *) override
 
void hideEvent (QHideEvent *) override
 

Detailed Description

Definition at line 44 of file pqTimerLogDisplay.h.

Member Typedef Documentation

◆ Superclass

Definition at line 51 of file pqTimerLogDisplay.h.

Constructor & Destructor Documentation

◆ pqTimerLogDisplay()

pqTimerLogDisplay::pqTimerLogDisplay ( QWidget *  p = NULL)

◆ ~pqTimerLogDisplay()

pqTimerLogDisplay::~pqTimerLogDisplay ( )
override

Member Function Documentation

◆ timeThreshold()

float pqTimerLogDisplay::timeThreshold ( ) const

◆ bufferLength()

int pqTimerLogDisplay::bufferLength ( ) const

◆ isEnabled()

bool pqTimerLogDisplay::isEnabled ( ) const

◆ refresh

void pqTimerLogDisplay::refresh ( )
slot

◆ clear

void pqTimerLogDisplay::clear ( )
slot

◆ setTimeThreshold

void pqTimerLogDisplay::setTimeThreshold ( float  value)
slot

◆ setBufferLength

void pqTimerLogDisplay::setBufferLength ( int  value)
slot

◆ setEnable

void pqTimerLogDisplay::setEnable ( bool  state)
slot

◆ save [1/3]

void pqTimerLogDisplay::save ( )
slot

◆ save [2/3]

void pqTimerLogDisplay::save ( const QString &  filename)
slot

◆ save [3/3]

void pqTimerLogDisplay::save ( const QStringList &  files)
slot

◆ saveState

void pqTimerLogDisplay::saveState ( )
slot

◆ restoreState

void pqTimerLogDisplay::restoreState ( )
slot

◆ addToLog()

virtual void pqTimerLogDisplay::addToLog ( const QString &  source,
vtkPVTimerInformation timerInfo 
)
protectedvirtual

◆ showEvent()

void pqTimerLogDisplay::showEvent ( QShowEvent *  )
overrideprotected

◆ hideEvent()

void pqTimerLogDisplay::hideEvent ( QHideEvent *  )
overrideprotected

◆ setTimeThresholdById

void pqTimerLogDisplay::setTimeThresholdById ( int  id)
protectedslot

◆ setBufferLengthById

void pqTimerLogDisplay::setBufferLengthById ( int  id)
protectedslot

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