tychoBCGEN
0.5
Main Page
Namespaces
Data Structures
Files
File List
Globals
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
:
22
Ui::colormask
*
ui
;
23
24
public
slots:
25
void
make_color_mask_action
();
26
void
update_color_mask_parameter
();
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
();
32
void
close_color_mask_window
();
33
34
35
36
};
37
38
#endif // COLORMASK_H
Generated on Wed Oct 9 2013 19:53:58 for tychoBCGEN by
1.8.1.1