[PyQt] Calling subclass-overridden methods from C++

Alessandro Pasotti apasotti at gmail.com
Tue Oct 7 14:31:41 BST 2014


Hi,

I'm currently busy trying to add python plugins support to the server
side of QGIS (http://www.qgis.org).

Basically, I've written all the c++ part, and python plugins are
successfully loaded and started, what I still don't understand is how
to call from C++ code the Python overridden methods.

In C++ I have a class QgsServerFilter with a default empty method for
requestReady()

In Python I do something like:

class HelloServer(QgsServerFilter):



-- 
Alessandro Pasotti
w3:   www.itopen.it


More information about the PyQt mailing list