Qt 4.8
|
The QGenericReturnArgument class is an internal helper class for marshalling arguments. More...
#include <qobjectdefs.h>
Public Functions | |
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... | |
The QGenericReturnArgument class is an internal helper class for marshalling arguments.
This class should never be used directly. Please use the Q_RETURN_ARG() macro instead.
Definition at line 269 of file qobjectdefs.h.
|
inline |
Constructs a QGenericReturnArgument object with the given name and data.
Definition at line 272 of file qobjectdefs.h.