Public Member Functions | Protected Attributes | List of all members
pqDebugType Class Reference

#include <pqDebug.h>

Public Member Functions

 pqDebugType (const QString &envVariable=QString())
 
virtual ~pqDebugType ()
 
virtual operator bool () const
 

Protected Attributes

bool Enabled
 

Detailed Description

Deprecated:
in ParaView 5.7.

Use vtkLogger / vtkPVLogger instead.

Definition at line 44 of file pqDebug.h.

Constructor & Destructor Documentation

◆ pqDebugType()

pqDebugType::pqDebugType ( const QString &  envVariable = QString())

◆ ~pqDebugType()

virtual pqDebugType::~pqDebugType ( )
virtual

Member Function Documentation

◆ operator bool()

virtual pqDebugType::operator bool ( ) const
inlinevirtual

Definition at line 55 of file pqDebug.h.

Member Data Documentation

◆ Enabled

bool pqDebugType::Enabled
protected

Definition at line 47 of file pqDebug.h.


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