#include <mainwindow.h>
Public Slots | |
| void | chooseMesh () |
| void | chooseMesh () |
| void | initMesh (QString message) |
| void | loadDodecahedron () |
| void | loadTetrahedron () |
Signals | |
| void | loadMesh (QString newMesh) |
| void | loadMesh (QString newMesh) |
Public Member Functions | |
| MainWindow (QWidget *parent=0) | |
| MainWindow (QWidget *parent=0) | |
| ~MainWindow () | |
Private Attributes | |
| GLArea * | glar [2] |
| CMeshO | mesh |
| the active mesh instance | |
| MLThreadSafeMemoryInfo | mi |
| SharedDataOpenGLContext * | shared |
| Ui::mainWindow | ui |
Definition at line 34 of file mainwindow.h.
| MainWindow::MainWindow | ( | QWidget * | parent = 0 | ) |
Definition at line 34 of file mainwindow.cpp.
| MainWindow::MainWindow | ( | QWidget * | parent = 0 | ) |
Definition at line 108 of file shared/mainwindow.cpp.
| void MainWindow::chooseMesh | ( | ) | [slot] |
Definition at line 61 of file mainwindow.cpp.
| void MainWindow::chooseMesh | ( | ) | [slot] |
| void MainWindow::initMesh | ( | QString | message | ) | [slot] |
Definition at line 93 of file shared/mainwindow.cpp.
| void MainWindow::loadDodecahedron | ( | ) | [slot] |
Definition at line 86 of file shared/mainwindow.cpp.
| void MainWindow::loadMesh | ( | QString | newMesh | ) | [signal] |
| void MainWindow::loadMesh | ( | QString | newMesh | ) | [signal] |
| void MainWindow::loadTetrahedron | ( | ) | [slot] |
Definition at line 79 of file shared/mainwindow.cpp.
GLArea* MainWindow::glar[2] [private] |
Definition at line 53 of file shared/mainwindow.h.
CMeshO MainWindow::mesh [private] |
the active mesh instance
Definition at line 58 of file shared/mainwindow.h.
MLThreadSafeMemoryInfo MainWindow::mi [private] |
Definition at line 56 of file shared/mainwindow.h.
SharedDataOpenGLContext* MainWindow::shared [private] |
Definition at line 55 of file shared/mainwindow.h.
Ui::mainWindow MainWindow::ui [private] |
Definition at line 44 of file mainwindow.h.