QGenericArgument¶
The
QGenericArgument
class is an internal helper class for marshalling arguments. More…
Inherited by: QGenericReturnArgument
Synopsis¶
Functions¶
Detailed Description¶
This class should never be used directly. Please use the
Q_ARG()
macro instead.See also
Q_ARG()
invokeMethod()
QGenericReturnArgument
- class PySide2.QtCore.QGenericArgument(QGenericArgument)¶
PySide2.QtCore.QGenericArgument([aName=None[, aData=None]])
- param aName:
str
- param QGenericArgument:
- param aData:
void
Constructs a
QGenericArgument
object with the givenname
anddata
.
- PySide2.QtCore.QGenericArgument.data()¶
- Return type:
void
Returns the data set in the constructor.
- PySide2.QtCore.QGenericArgument.name()¶
- Return type:
str
Returns the name set in the constructor.
© 2022 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.