ParaView
|
Reaction for showing the timer log dialog. More...
#include <pqTimerLogReaction.h>
Public Member Functions | |
pqTimerLogReaction (QAction *parentObject) | |
![]() | |
pqReaction (QAction *parent, Qt::ConnectionType type=Qt::AutoConnection) | |
Constructor. Parent cannot be NULL. More... | |
virtual | ~pqReaction () |
QAction * | parentAction () const |
Provides access to the parent action. More... | |
Static Public Member Functions | |
static void | showTimerLog () |
Pops up (or raises) the timer log dialog. More... | |
Protected Member Functions | |
virtual void | onTriggered () |
Called when the action is triggered. More... | |
Additional Inherited Members | |
![]() | |
virtual void | updateEnableState () |
virtual void | updateMasterEnableState (bool) |
![]() | |
bool | IsMaster |
Reaction for showing the timer log dialog.
Definition at line 39 of file pqTimerLogReaction.h.
|
inline |
Definition at line 44 of file pqTimerLogReaction.h.
|
static |
Pops up (or raises) the timer log dialog.
|
inlineprotectedvirtual |
Called when the action is triggered.
Reimplemented from pqReaction.
Definition at line 51 of file pqTimerLogReaction.h.