##// END OF EJS Templates
the two bridges, Star Dundee and GRESB are fully functional
the two bridges, Star Dundee and GRESB are fully functional

File last commit:

r0:081a6eb3cced default
r10:74729fe49979 default
Show More
rmappluginpythonwrapper.h
22 lines | 407 B | text/x-c | CLexer
/ rmapplugin / rmappluginpythonwrapper.h
#ifndef RMAPPLUGINPYTHONWRAPPER_H
#define RMAPPLUGINPYTHONWRAPPER_H
#include <QObject>
#include <genericPySysdriver.h>
#include <QList>
#include <QVariant>
class rmappluginPythonWrapper : public genericPySysdriver
{
Q_OBJECT
public:
explicit rmappluginPythonWrapper(QObject *parent = 0);
signals:
public slots:
QList<QVariant> getData();
};
#endif // RMAPPLUGINPYTHONWRAPPER_H