##// END OF EJS Templates
New Plugin Manager and interface to remove all the previous crap!...
New Plugin Manager and interface to remove all the previous crap! Let's use Qt plugin API and make it much simpler.

File last commit:

r73:680fae912f57 default
r118:de85e8465e67 tip 1.0
Show More
PySocExplorerEngine_init.cpp
11 lines | 384 B | text/x-c | CppLexer
Jeandet Alexis
Made possible to subclass from python plugin class....
r64 #include <PythonQt.h>
Added some regs definitions for LFR instrument. Added memory size measurement.
r73 #include <PythonQtConversion.h>
Jeandet Alexis
Made possible to subclass from python plugin class....
r64 #include "PySocExplorerEngine0.h"
Added some regs definitions for LFR instrument. Added memory size measurement.
r73
Jeandet Alexis
Made possible to subclass from python plugin class....
r64 void PythonQt_init_PySocExplorerEngine(PyObject* module) {
PythonQt::priv()->registerClass(&socexplorerplugin::staticMetaObject, "PySocExplorerEngine", PythonQtCreateObject<PythonQtWrapper_socexplorerplugin>, PythonQtSetInstanceWrapperOnShell<PythonQtShell_socexplorerplugin>, module, 0);
Added some regs definitions for LFR instrument. Added memory size measurement.
r73
Jeandet Alexis
Made possible to subclass from python plugin class....
r64 }