tychoBCGEN  0.5
 All Data Structures Namespaces Files Functions Variables
Variables
mainwindow.cpp File Reference
#include "mainwindow.h"
#include "ui_mainwindow.h"
#include "myscene.h"
#include "global.h"
#include "colormask.h"
#include "ui_colormask.h"
#include <QFileDialog>
#include <QMouseEvent>
#include <QResizeEvent>
#include <QSize>
#include <QColor>
#include <QScrollArea>
#include <QGraphicsSceneMouseEvent>
#include <QTimer>
#include <math.h>

Go to the source code of this file.

Variables

QPointF point
QPointF point_old
QPointF point_new
int pick_red
int pick_green
int pick_blue
int colormask_counter
bool no_image
bool red_checked
bool green_checked
bool blue_checked
int click = 0

Variable Documentation

bool blue_checked

Definition at line 30 of file mainwindow.cpp.

Referenced by colormask::enable_checkbox_blue(), and MainWindow::MainWindow().

int click = 0

Definition at line 32 of file mainwindow.cpp.

int colormask_counter
bool green_checked

Definition at line 29 of file mainwindow.cpp.

Referenced by colormask::enable_checkbox_green(), and MainWindow::MainWindow().

bool no_image
int pick_blue
int pick_green
int pick_red
QPointF point
QPointF point_new

Definition at line 19 of file mainwindow.cpp.

Referenced by myscene::mouseMoveEvent().

QPointF point_old

Definition at line 18 of file mainwindow.cpp.

bool red_checked

Definition at line 28 of file mainwindow.cpp.

Referenced by colormask::enable_checkbox_red(), and MainWindow::MainWindow().