dsu3pluginpywrapper.h
20 lines
| 395 B
| text/x-c
|
CLexer
/ dsu3plugin / dsu3pluginpywrapper.h
r0 | #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(); | ||||
r14 | bool stop(); | |||
r0 | public slots: | |||
}; | ||||
#endif // DSU3PLUGINPYWRAPPER_H | ||||