17 #ifndef GEPETTO_GUI_PYTHONWIDGET_HH
18 #define GEPETTO_GUI_PYTHONWIDGET_HH
24 #if !GEPETTO_GUI_HAS_PYTHONQT
25 #error "gepetto-viewer was not compile with PythonQt dependency."
28 #include <QDockWidget>
30 #include <QPushButton>
34 class PythonQtObjectPtr;
35 class PythonQtScriptingConsole;
100 const QString& method,
const QVariantList& args = QVariantList(),
101 const QVariantMap& kwargs = QVariantMap())
const;
128 void loadPlugin(QString moduleName, PythonQtObjectPtr module);
131 void addSignalHandlersToPlugin(PythonQtObjectPtr plugin);
133 PythonQtScriptingConsole* console_;
134 QPushButton* button_;
135 QMap<QString, PythonQtObjectPtr> modules_;
Definition: action-search-bar.hh:27