|
ParaView
|
Reaction for showing the timer log dialog. More...
#include <pqTimerLogReaction.h>


Public Member Functions | |
| pqTimerLogReaction (QAction *parentObject) | |
Static Public Member Functions | |
| static void | showTimerLog () |
| Pops up (or raises) the timer log dialog. | |
Protected Member Functions | |
| virtual void | onTriggered () |
| Called when the action is triggered. | |
Reaction for showing the timer log dialog.
Definition at line 39 of file pqTimerLogReaction.h.
| pqTimerLogReaction::pqTimerLogReaction | ( | QAction * | parentObject | ) | [inline] |
Definition at line 44 of file pqTimerLogReaction.h.
| static void pqTimerLogReaction::showTimerLog | ( | ) | [static] |
Pops up (or raises) the timer log dialog.
| virtual void pqTimerLogReaction::onTriggered | ( | ) | [inline, protected, virtual] |
Called when the action is triggered.
Reimplemented from pqReaction.
Definition at line 51 of file pqTimerLogReaction.h.
1.7.5.1