1 #ifndef CIRCLEDETECORPLUGINLOADERVIEW_H 2 #define CIRCLEDETECORPLUGINLOADERVIEW_H 5 #include <imageprocessorpluginiface.h> 6 #include <circledetectorpluginmodel.h> 9 #include "circledetectorpluginloaderview_global.h" 10 CIRCLE_PLUGIN_LOADER_BEGIN_NAMESPACE
24 QTableView *view()
const;
26 void on_lineEdit_textChanged(
const QString &arg1);
27 void on_buttonBox_accepted();
29 void on_pushButton_clicked();
30 void on_pushButton_2_clicked();
33 void filterChanged(PluginSharedPointer selected);
35 class _CircleDetecorPluginLoaderViewImpl;
36 friend class _CircleDetecorPluginLoaderViewImpl;
37 std::unique_ptr<CircleDetecorPluginLoaderView::_CircleDetecorPluginLoaderViewImpl> _pimpl;
39 CIRCLE_PLUGIN_LOADER_END_NAMESPACE
41 #endif // CIRCLEDETECORPLUGINLOADERVIEW_H