Using pqConnect, you can create and initialize Qt objects without having to create a bunch of temporaries: More...
#include <pqConnect.h>
Public Member Functions | |
pqConnect (const char *Signal, const QObject *Receiver, const char *Method) | |
Public Attributes | |
const char * | Signal |
const QObject * | Receiver |
const char * | Method |
Using pqConnect, you can create and initialize Qt objects without having to create a bunch of temporaries:
Definition at line 23 of file pqConnect.h.
const char* pqConnect::Signal |
Definition at line 27 of file pqConnect.h.
const QObject* pqConnect::Receiver |
Definition at line 28 of file pqConnect.h.
const char* pqConnect::Method |
Definition at line 29 of file pqConnect.h.