pqSignalsBlocker only exposes a custom signal to act as an intermediate object on which to call blockSignals(). More...
#include <pqSignalsBlocker.h>
Inherits QObject.
Signals | |
void | passSignal () |
Public Member Functions | |
pqSignalsBlocker (QObject *parent=nullptr) | |
pqSignalsBlocker only exposes a custom signal to act as an intermediate object on which to call blockSignals().
This is for example useful in conjonction with vtkEventQtSlotConnect to be able to block the emulated signal of the vtkObject.
Definition at line 15 of file pqSignalsBlocker.h.
pqSignalsBlocker::pqSignalsBlocker | ( | QObject * | parent = nullptr | ) |
|
signal |