Object Detection  5.0
Image Processing Using Qt and Opencv
circledetecorpluginloaderviewimpl.h
1 #ifndef CIRCLEDETECORPLUGINLOADERVIEWIMPL_H
2 #define CIRCLEDETECORPLUGINLOADERVIEWIMPL_H
3 
4 #include <QDialog>
5 #include <imageprocessorpluginiface.h>
6 #include <circledetectorpluginmodel.h>
7 #include <circledetecorpluginloaderview.h>
8 #include <QTableView>
9 #include "circledetectorpluginloaderview_global.h"
10 CIRCLE_PLUGIN_LOADER_BEGIN_NAMESPACE
11 namespace Ui {
13 }
14 
15 
16 class CircleDetecorPluginLoaderView::_CircleDetecorPluginLoaderViewImpl
17 {
18 
19 public:
20  explicit _CircleDetecorPluginLoaderViewImpl(CircleDetecorPluginLoaderView *const ptr);
21  explicit _CircleDetecorPluginLoaderViewImpl(CircleDetecorPluginLoaderView *const ptr, QString path);
22 
23  ~_CircleDetecorPluginLoaderViewImpl();
24  CircleDetectorPluginModel *pluginsModel() const;
25  void setPluginsModel(CircleDetectorPluginModel *pluginsModel);
26  void on_lineEdit_textChanged(const QString &arg1);
27  void on_pushButton_clicked();
28  QTableView *view() const;
29  void on_buttonBox_accepted();
30 
31  void on_pushButton_2_clicked();
32 
33 private:
34 
35  Ui::CircleDetecorPluginLoaderView *ui;
36  CircleDetectorPluginModel *m_pluginsModel;
38 };
39 CIRCLE_PLUGIN_LOADER_END_NAMESPACE
40 
41 #endif // CIRCLEDETECORPLUGINLOADERVIEWIMPL_H