Drake Designer
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Pages
ddPythonQtWrapperFactory.h
Go to the documentation of this file.
1 #ifndef __ddPythonQtWrapperFactory_h
2 #define __ddPythonQtWrapperFactory_h
3 
4 #include <PythonQtCppWrapperFactory.h>
5 #include "ddAppConfigure.h"
6 
7 
8 class DD_APP_EXPORT ddPythonQtWrapperFactory : public PythonQtForeignWrapperFactory
9 {
10 public:
11  virtual PyObject* wrap(const QByteArray& classname, void *ptr);
12  virtual void* unwrap(const QByteArray& classname, PyObject* object);
13 };
14 
15 #endif
#define DD_APP_EXPORT