Classes | Functions
pqConnect.h File Reference
#include "pqWidgetsModule.h"
Include dependency graph for pqConnect.h:

Go to the source code of this file.

Classes

struct  pqConnect
 Using pqConnect, you can create and initialize Qt objects without having to create a bunch of temporaries: More...
 

Functions

template<typename T >
T * operator<< (T *LHS, const pqConnect &RHS)
 Makes a Qt connection. More...
 

Function Documentation

◆ operator<<()

template<typename T >
T* operator<< ( T *  LHS,
const pqConnect RHS 
)

Makes a Qt connection.

Definition at line 64 of file pqConnect.h.