#include <QPoint>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 |
| int | red_low |
| int | red_up |
| int | green_low |
| int | green_up |
| int | blue_low |
| int | blue_up |
| int | value |
| bool | red_checked |
| bool | green_checked |
| bool | blue_checked |
| bool | no_image |
| bool blue_checked |
Definition at line 30 of file mainwindow.cpp.
Referenced by colormask::enable_checkbox_blue(), and MainWindow::MainWindow().
| int blue_low |
Definition at line 23 of file colormask.cpp.
Referenced by MainWindow::MainWindow(), MainWindow::make_color_mask(), and colormask::update_color_mask_parameter().
| int blue_up |
Definition at line 24 of file colormask.cpp.
Referenced by MainWindow::MainWindow(), MainWindow::make_color_mask(), and colormask::update_color_mask_parameter().
| 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().
| int green_low |
Definition at line 21 of file colormask.cpp.
Referenced by MainWindow::MainWindow(), MainWindow::make_color_mask(), and colormask::update_color_mask_parameter().
| int green_up |
Definition at line 22 of file colormask.cpp.
Referenced by MainWindow::MainWindow(), MainWindow::make_color_mask(), and colormask::update_color_mask_parameter().
| 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().
| int red_low |
The colormaks window, which allows you to set the color ranges with sliders or in textfields
Definition at line 19 of file colormask.cpp.
Referenced by MainWindow::MainWindow(), MainWindow::make_color_mask(), and colormask::update_color_mask_parameter().
| int red_up |
Definition at line 20 of file colormask.cpp.
Referenced by MainWindow::MainWindow(), MainWindow::make_color_mask(), and colormask::update_color_mask_parameter().
| int value |
Definition at line 25 of file colormask.cpp.
Referenced by MainWindow::MainWindow(), colormask::update_color_mask_parameter(), and MainWindow::value_change_int().
1.8.1.1