Qt 4.8
|
The QGenericArgument class is an internal helper class for marshalling arguments. More...
#include <qobjectdefs.h>
Public Functions | |
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... | |
Properties | |
const void * | _data |
const char * | _name |
The QGenericArgument class is an internal helper class for marshalling arguments.
This class should never be used directly. Please use the Q_ARG() macro instead.
Definition at line 256 of file qobjectdefs.h.
|
inline |
Constructs a QGenericArgument object with the given name and data.
Definition at line 259 of file qobjectdefs.h.
|
inline |
Returns the data set in the constructor.
Definition at line 261 of file qobjectdefs.h.
Referenced by QMetaMethod::invoke(), and QMetaObject::newInstance().
|
inline |
Returns the name set in the constructor.
Definition at line 262 of file qobjectdefs.h.
Referenced by QMetaMethod::invoke(), QMetaObject::invokeMethod(), and QMetaObject::newInstance().
|
private |
Definition at line 265 of file qobjectdefs.h.
|
private |
Definition at line 266 of file qobjectdefs.h.