#include <MainWindow.h>
Public Member Functions | |
| MainWindow (QWidget *parent=0) | |
| virtual | ~MainWindow () |
Private Attributes | |
| Controls * | controls |
| instance of the Controls Window | |
| RenderingSurface * | renderingSurface |
| instance of the Rendering Window | |
| MainWindow::MainWindow | ( | QWidget * | parent = 0 |
) |
| MainWindow::~MainWindow | ( | ) | [virtual] |
Controls* MainWindow::controls [private] |
instance of the Controls Window
RenderingSurface* MainWindow::renderingSurface [private] |
instance of the Rendering Window
1.5.5