Qt 4.8
|
#include <qobjectdefs.h>
Public Functions | |
QReturnArgument (const char *aName, T &aData) | |
Public Functions inherited from QGenericReturnArgument | |
QGenericReturnArgument (const char *aName=0, void *aData=0) | |
Constructs a QGenericReturnArgument object with the given name and data. More... | |
Public Functions inherited from QGenericArgument | |
void * | data () const |
Returns the data set in the constructor. More... | |
const char * | name () const |
Returns the name set in the constructor. More... | |
QGenericArgument (const char *aName=0, const void *aData=0) | |
Constructs a QGenericArgument object with the given name and data. More... | |
Definition at line 296 of file qobjectdefs.h.
|
inline |
Definition at line 299 of file qobjectdefs.h.