ParaView
|
#include "pqWidgetsModule.h"
#include <QString>
Go to the source code of this file.
Classes | |
struct | pqSetName |
Using pqSetName, 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 pqSetName &RHS) |
Sets a Qt object's name. More... | |
T* operator<< | ( | T * | LHS, |
const pqSetName & | RHS | ||
) |
Sets a Qt object's name.
Definition at line 60 of file pqSetName.h.