Developer Documentation
PythonFunctionsCore.hh
2 
3 #include <QObject>
4 #include <QString>
5 
7 void setPluginPointer(QString _name , QObject* _pointer);
8 
10 const QStringList getPythonPlugins();
#define DLLEXPORT