Inheritance diagram for Window:
Collaboration diagram for Window:Public Member Functions | |
| Window (QWidget *parent=0) | |
| ~Window () | |
Public Attributes | |
| glwidget * | glWidget |
Private Slots | |
| void | quit_window () |
| void | set_wireframe (int is_active) |
| void | grid_checkbox_clicked () |
| void | gridposition_checkbox_clicked () |
| void | colorpatch_checkbox_clicked () |
| void | curves_checkbox_clicked () |
| void | add_u_back_button_clicked () |
| void | add_u_front_button_clicked () |
| void | add_v_back_button_clicked () |
| void | add_v_front_button_clicked () |
| void | erase_u_back_button_clicked () |
| void | erase_u_front_button_clicked () |
| void | erase_v_back_button_clicked () |
| void | erase_v_front_button_clicked () |
| void | duplicateboundary_button_clicked () |
| void | surface_checkbox_clicked () |
| void | load_grid_button_clicked () |
| void | save_grid_button_clicked () |
Private Attributes | |
| Ui::MainWindow * | ui |
| Window::Window | ( | QWidget * | parent = 0 | ) |
References add_u_back_button_clicked(), add_u_front_button_clicked(), add_v_back_button_clicked(), add_v_front_button_clicked(), colorpatch_checkbox_clicked(), curves_checkbox_clicked(), duplicateboundary_button_clicked(), erase_u_back_button_clicked(), erase_u_front_button_clicked(), erase_v_back_button_clicked(), erase_v_front_button_clicked(), glWidget, grid_checkbox_clicked(), gridposition_checkbox_clicked(), load_grid_button_clicked(), quit_window(), save_grid_button_clicked(), set_wireframe(), surface_checkbox_clicked(), and ui.
| Window::~Window | ( | ) |
References ui.
|
privateslot |
References scene::add_u_back_line(), glwidget::current_scene, and glWidget.
Referenced by Window().
Here is the call graph for this function:
|
privateslot |
References scene::add_u_front_line(), glwidget::current_scene, and glWidget.
Referenced by Window().
Here is the call graph for this function:
|
privateslot |
References scene::add_v_back_line(), glwidget::current_scene, and glWidget.
Referenced by Window().
Here is the call graph for this function:
|
privateslot |
References scene::add_v_front_line(), glwidget::current_scene, and glWidget.
Referenced by Window().
Here is the call graph for this function:
|
privateslot |
References glwidget::current_scene, glWidget, scene::gui_visible_interface(), cpe::gui_interface::set_colorpatch_visible(), and ui.
Referenced by Window().
Here is the call graph for this function:
|
privateslot |
References glwidget::current_scene, glWidget, scene::gui_visible_interface(), cpe::gui_interface::set_curves_visible(), and ui.
Referenced by Window().
Here is the call graph for this function:
|
privateslot |
References glwidget::current_scene, scene::duplicate_boundary(), and glWidget.
Referenced by Window().
Here is the call graph for this function:
|
privateslot |
References glwidget::current_scene, scene::erase_u_back_line(), and glWidget.
Referenced by Window().
Here is the call graph for this function:
|
privateslot |
References glwidget::current_scene, scene::erase_u_front_line(), and glWidget.
Referenced by Window().
Here is the call graph for this function:
|
privateslot |
References glwidget::current_scene, scene::erase_v_back_line(), and glWidget.
Referenced by Window().
Here is the call graph for this function:
|
privateslot |
References glwidget::current_scene, scene::erase_v_front_line(), and glWidget.
Referenced by Window().
Here is the call graph for this function:
|
privateslot |
References glwidget::current_scene, glWidget, scene::gui_visible_interface(), cpe::gui_interface::set_grid_visible(), and ui.
Referenced by Window().
Here is the call graph for this function:
|
privateslot |
References glwidget::current_scene, glWidget, scene::gui_visible_interface(), cpe::gui_interface::set_gridposition_visible(), and ui.
Referenced by Window().
Here is the call graph for this function:
|
privateslot |
References glwidget::current_scene, glWidget, and scene::load_grid().
Referenced by Window().
Here is the call graph for this function:
|
privateslot |
Referenced by Window().
|
privateslot |
References glwidget::current_scene, glWidget, and scene::save_grid().
Referenced by Window().
Here is the call graph for this function:
|
privateslot |
References glWidget, glwidget::set_filled(), and glwidget::set_wireframe().
Referenced by Window().
Here is the call graph for this function:
|
privateslot |
References glwidget::current_scene, glWidget, scene::gui_visible_interface(), cpe::gui_interface::set_surface_visible(), and ui.
Referenced by Window().
Here is the call graph for this function:| glwidget* Window::glWidget |
Referenced by add_u_back_button_clicked(), add_u_front_button_clicked(), add_v_back_button_clicked(), add_v_front_button_clicked(), colorpatch_checkbox_clicked(), curves_checkbox_clicked(), duplicateboundary_button_clicked(), erase_u_back_button_clicked(), erase_u_front_button_clicked(), erase_v_back_button_clicked(), erase_v_front_button_clicked(), grid_checkbox_clicked(), gridposition_checkbox_clicked(), load_grid_button_clicked(), save_grid_button_clicked(), set_wireframe(), surface_checkbox_clicked(), and Window().
|
private |