Hi guys,
I'm creating python bindings for a C++ class that has a function with
this signature:
getPeaks(std::vector<float>&,std::vector<float>&)
I want to be able to use them directly (as some python structure) or in
case that is not possible remove those arguments with <modify-function>.
But shiboken doesn't recognize the function. By trying the
modify-function approach all I get is:
signature 'getPeaks(std::vector<float>&,std::vector<float>&)' for
function modification in 'imm::CommunicationClient3DSP' not found.
Possible candidates:
What am I missing?
_______________________________________________
PySide mailing list
[email protected]
http://lists.pyside.org/listinfo/pyside