Pile Group Tool  2.0.3
Educational tool demonstrating behavior of pile groups in layered soil
systemplotqcp.h
1 #ifndef SYSTEMPLOTQCP_H
2 #define SYSTEMPLOTQCP_H
3 
4 #include <QWidget>
5 #include "pilegrouptool_parameters.h"
6 #include "systemplotsuper.h"
7 
8 namespace Ui {
9 class SystemPlotQCP;
10 }
11 
13 {
14  Q_OBJECT
15 
16 public:
17  explicit SystemPlotQCP(QWidget *parent = 0);
18  ~SystemPlotQCP();
19  void refresh();
20 
21 private:
22 
23 signals:
24  void on_pileSelected(int );
25  void on_soilLayerSelected(int );
26  void on_groundWaterSelected(void);
27 
28 private slots:
29  void on_plot_selectionChangedByUser(void);
30 
31 protected:
32  QCustomPlot *plot;
33 };
34 
35 #endif // SYSTEMPLOTQCP_H
Definition: materialdbinterface.h:6
Definition: systemplotqcp.h:12
Definition: systemplotsuper.h:16