Signals | Public Member Functions | List of all members
pqSignalsBlocker Class Reference

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)
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ pqSignalsBlocker()

pqSignalsBlocker::pqSignalsBlocker ( QObject *  parent = nullptr)

Member Function Documentation

◆ passSignal

void pqSignalsBlocker::passSignal ( )
signal

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