Qt 4.8
Public Functions | List of all members
QGenericReturnArgument Class Reference

The QGenericReturnArgument class is an internal helper class for marshalling arguments. More...

#include <qobjectdefs.h>

Inheritance diagram for QGenericReturnArgument:
QGenericArgument QReturnArgument< T >

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...
 

Detailed Description

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.

See also
Q_RETURN_ARG(), QMetaObject::invokeMethod(), QGenericArgument

Definition at line 269 of file qobjectdefs.h.

Constructors and Destructors

◆ QGenericReturnArgument()

QGenericReturnArgument::QGenericReturnArgument ( const char *  aName = 0,
void *  aData = 0 
)
inline

Constructs a QGenericReturnArgument object with the given name and data.

Definition at line 272 of file qobjectdefs.h.

273  : QGenericArgument(aName, aData)
274  {}
QGenericArgument(const char *aName=0, const void *aData=0)
Constructs a QGenericArgument object with the given name and data.
Definition: qobjectdefs.h:259

The documentation for this class was generated from the following files: