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