Classes | Functions
pqSetData.h File Reference
#include "pqWidgetsModule.h"
#include <QVariant>
Include dependency graph for pqSetData.h:

Go to the source code of this file.

Classes

struct  pqSetData
 Using pqSetData, 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 pqSetData &RHS)
 Sets custom data for a Qt object. More...
 

Function Documentation

◆ operator<<()

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

Sets custom data for a Qt object.

Definition at line 35 of file pqSetData.h.