Collaboration diagram for Window:Public Member Functions | |
| Window (QWidget *parent=0) | |
| ~Window () | |
Public Attributes | |
| glwidget * | glWidget |
Private Slots | |
| void | quit_window () |
| void | appuis_sur_le_bouton () |
| void | texture_clicked () |
Private Attributes | |
| Ui::MainWindow * | ui |
| Window::Window | ( | QWidget * | parent = 0 | ) |
References appuis_sur_le_bouton(), glWidget, glwidget::p_window, quit_window(), texture_clicked(), and ui.
Here is the call graph for this function:| Window::~Window | ( | ) |
References ui.
| void Window::appuis_sur_le_bouton | ( | ) | [private, slot] |
Referenced by Window().
| void Window::quit_window | ( | ) | [private, slot] |
Referenced by Window().
| void Window::texture_clicked | ( | ) | [private, slot] |
References glwidget::current_scene, glWidget, scene::set_affichage_texture(), and ui.
Referenced by Window().
Here is the call graph for this function:Referenced by texture_clicked(), and Window().
Ui::MainWindow* Window::ui [private] |
Referenced by texture_clicked(), Window(), and ~Window().