tychoBCGEN
0.5
Main Page
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
global.h
Go to the documentation of this file.
1
#ifndef GLOBAL_H
2
#define GLOBAL_H
3
#include <QPoint>
4
5
extern
QPointF
point
;
6
extern
QPointF
point_old
;
7
extern
QPointF
point_new
;
8
extern
int
pick_red
;
9
extern
int
pick_green
;
10
extern
int
pick_blue
;
11
extern
int
colormask_counter
;
12
extern
int
red_low
;
13
extern
int
red_up
;
14
extern
int
green_low
;
15
extern
int
green_up
;
16
extern
int
blue_low
;
17
extern
int
blue_up
;
18
extern
int
value
;
19
20
extern
bool
red_checked
;
21
extern
bool
green_checked
;
22
extern
bool
blue_checked
;
23
extern
bool
no_image
;
24
25
#endif // GLOBAL_H
Generated on Wed Oct 9 2013 19:53:58 for tychoBCGEN by
1.8.1.1