#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 |
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 |
Definition at line 24 of file mainwindow.cpp.
Referenced by MainWindow::MainWindow(), and colormask::update_color_mask_parameter().
bool green_checked |
Definition at line 29 of file mainwindow.cpp.
Referenced by colormask::enable_checkbox_green(), and MainWindow::MainWindow().
bool no_image |
Definition at line 26 of file mainwindow.cpp.
Referenced by MainWindow::clear_individual_pixel(), MainWindow::insert_wind_emitter(), MainWindow::MainWindow(), MainWindow::make_color_mask(), MainWindow::mask_invidual_pixel(), MainWindow::openfile(), MainWindow::reset_wind_emitter(), MainWindow::save_masked_image(), MainWindow::save_wind_emitter(), MainWindow::savefile(), and MainWindow::savefile_soundemitter().
int pick_blue |
Definition at line 23 of file mainwindow.cpp.
Referenced by MainWindow::keyPressEvent(), MainWindow::make_color_mask(), and colormask::make_color_mask_action().
int pick_green |
Definition at line 22 of file mainwindow.cpp.
Referenced by MainWindow::keyPressEvent(), MainWindow::make_color_mask(), and colormask::make_color_mask_action().
int pick_red |
Definition at line 21 of file mainwindow.cpp.
Referenced by MainWindow::keyPressEvent(), MainWindow::make_color_mask(), and colormask::make_color_mask_action().
QPointF point |
Definition at line 17 of file mainwindow.cpp.
Referenced by MainWindow::clear_individual_pixel(), MainWindow::clear_many_pixel(), MainWindow::clear_many_pixel_1(), MainWindow::insert_wind_emitter(), MainWindow::keyPressEvent(), MainWindow::mask_invidual_pixel(), MainWindow::mask_many_pixel(), MainWindow::mask_many_pixel_1(), and myscene::mouseMoveEvent().
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().