##// END OF EJS Templates
timecodes added to the spw plugin
timecodes added to the spw plugin

File last commit:

r14:f4bd616a53e5 default
r38:6939a908c25c Patch 2 from Paul on spwplugin default
Show More
dsu3pluginpywrapper.h
20 lines | 395 B | text/x-c | CLexer
#ifndef DSU3PLUGINPYWRAPPER_H
#define DSU3PLUGINPYWRAPPER_H
#include <genericPySysdriver.h>
class dsu3pluginPywrapper : public genericPySysdriver
{
Q_OBJECT
public:
explicit dsu3pluginPywrapper(socexplorerplugin *parent = 0);
signals:
bool openFile(QString fileName);
bool loadFile();
bool run();
bool stop();
public slots:
};
#endif // DSU3PLUGINPYWRAPPER_H