MorphoGraphX  2.0-1-227
DebugDlg.hpp
Go to the documentation of this file.
1 //
2 // This file is part of MorphoGraphX - http://www.MorphoGraphX.org
3 // Copyright (C) 2012-2015 Richard S. Smith and collaborators.
4 //
5 // If you use MorphoGraphX in your work, please cite:
6 // http://dx.doi.org/10.7554/eLife.05864
7 //
8 // MorphoGraphX is free software, and is licensed under under the terms of the
9 // GNU General (GPL) Public License version 2.0, http://www.gnu.org/licenses.
10 //
11 #ifndef DEBUGDLG_HPP
12 #define DEBUGDLG_HPP
13 
14 #include <Config.hpp>
15 
16 #include <MorphoViewer.hpp>
17 
18 #include <ui_DebugDlg.h>
19 
20 class DebugDlg : public QDialog
21 {
22  Q_OBJECT
23 public:
24  DebugDlg(MorphoViewer* viewer, QWidget* parent = 0, Qt::WindowFlags f = 0);
25 
26 protected slots:
27  void on_peeling_toggled(bool on);
28  void on_peelingSlice_valueChanged(int val);
30 
31 protected:
33  Ui::DebugDlg ui;
34 };
35 
36 #endif
DebugDlg
Definition: DebugDlg.hpp:20
DebugDlg::viewer
MorphoViewer * viewer
Definition: DebugDlg.hpp:32
DebugDlg::on_peelingType_currentIndexChanged
void on_peelingType_currentIndexChanged(int val)
MorphoViewer.hpp
DebugDlg::on_peeling_toggled
void on_peeling_toggled(bool on)
MorphoViewer
Definition: MorphoViewer.hpp:42
DebugDlg::DebugDlg
DebugDlg(MorphoViewer *viewer, QWidget *parent=0, Qt::WindowFlags f=0)
DebugDlg::ui
Ui::DebugDlg ui
Definition: DebugDlg.hpp:33
DebugDlg::on_peelingSlice_valueChanged
void on_peelingSlice_valueChanged(int val)