Used to specify that Python -> Qt constructor not available when registering new types through PyContext. More...
#include <PyQArgConstructor.h>
Public Member Functions | |
virtual QGenericArgument | Create (PyObject *) const |
Create a QGenericArgument from Python values. | |
virtual QArgConstructor * | Clone () const |
Create a new instance of the current class. |
Used to specify that Python -> Qt constructor not available when registering new types through PyContext.
e.g.
RegisterType< NoQArgConstructor, VoidPyArgConstructor >( QMetaType::Void );