Classes | Functions
pqDebug.h File Reference
#include "vtkSetGet.h"
#include "pqCoreModule.h"
#include <QDebug>
#include <string>
Include dependency graph for pqDebug.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  pqDebugType
 

Functions

PQCORE_EXPORT QDebug pqDebug (const pqDebugType &type=pqDebugType())
 
QDebug pqDebug (const QString &type)
 
QDebug & operator<< (QDebug debug, const std::string &stdstring)
 

Function Documentation

◆ pqDebug() [1/2]

PQCORE_EXPORT QDebug pqDebug ( const pqDebugType type = pqDebugType())

◆ pqDebug() [2/2]

QDebug pqDebug ( const QString &  type)
inline

Definition at line 59 of file pqDebug.h.

◆ operator<<()

QDebug& operator<< ( QDebug  debug,
const std::string stdstring 
)
inline

Definition at line 65 of file pqDebug.h.