QPy
Python-Qt dynamic bindings
 All Classes Namespaces Files Functions
Public Member Functions
qpy::NoQArgConstructor Struct Reference

Used to specify that Python -> Qt constructor not available when registering new types through PyContext. More...

#include <PyQArgConstructor.h>

Inheritance diagram for qpy::NoQArgConstructor:
Inheritance graph
[legend]
Collaboration diagram for qpy::NoQArgConstructor:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual QGenericArgument Create (PyObject *) const
 Create a QGenericArgument from Python values.
virtual QArgConstructorClone () const
 Create a new instance of the current class.

Detailed Description

Used to specify that Python -> Qt constructor not available when registering new types through PyContext.

e.g.

 RegisterType< NoQArgConstructor,
               VoidPyArgConstructor >( QMetaType::Void );

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions