Open
Description
Hi,
From the documentation of apiextractor, there is something dedicated to specify pure virtual classes:
http://www.pyside.org/docs/apiextractor/typesystem_specifying_types.html#interface-type
We have tried to use it but the generated wrapping tries to create an instance in the init function: Sbk_myNamespace_MyClass_Init().
So it seems to be ignored by shiboken, as it's written in the pyside history: "All interface-types replaced by object-types, because shiboken ignores interface-types."
What is the best way to expose an abstract class?
Regards,
Fabien
Metadata
Assignees
Labels
No labels