tychoBCGEN  0.5
 All Data Structures Namespaces Files Functions Variables
colormask.h
Go to the documentation of this file.
1 #ifndef COLORMASK_H
2 #define COLORMASK_H
3 
4 #include <QDialog>
5 #include <QEvent>
6 #include "image_stack.h"
7 #include "global.h"
8 
9 namespace Ui {
10 class colormask;
11 }
12 
13 class colormask : public QDialog, public image_stack
14 {
15  Q_OBJECT
16 
17 public:
18  explicit colormask(QWidget *parent = 0);
19  ~colormask();
20 
21 private:
23 
24 public slots:
27  void set_color_sliders();
28  void set_color_spin_boxes();
29  void enable_checkbox_red();
30  void enable_checkbox_green();
31  void enable_checkbox_blue();
33 
34 
35 
36 };
37 
38 #endif // COLORMASK_H