Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
\macro QMetaMethodArgument Q_ARG(Type, const Type &value) More...
\macro QMetaMethodArgument Q_ARG(Type, const Type &value)
This macro takes a Type and a value of that type and returns a QMetaMethodArgument, which can be passed to the template QMetaObject::invokeMethod() with the {Args
&&...} arguments.
\macro QMetaMethodReturnArgument Q_RETURN_ARG(Type, Type &value)
This macro takes a Type and a non-const reference to a value of that type and returns a QMetaMethodReturnArgument, which can be passed to the template QMetaObject::invokeMethod() with the {Args
&&...} arguments.
\inmodule QtCore
The QGenericArgument class is an internal helper class for marshalling arguments.
This class should never be used directly. Please use the \l Q_ARG() macro instead.