This class adds the events support to the interface designed using Qt designer. More...
#include <Inventor/ViewerComponents/Qt/QtRenderAreaGuiIntegration/MainWindow.h>
Public Member Functions | |
MainWindow (QWidget *parent) | |
Static Public Member Functions | |
static bool | applicationShouldStop () |
Protected Slots | |
virtual void | openFileAction () |
virtual void | runIvTune () |
This class adds the events support to the interface designed using Qt designer.
All the callbacks from the interface are implemented in this class. It adds the viewer to the interface to, because the QtViewer is not available in Qt designer.
MainWindow::MainWindow | ( | QWidget * | parent | ) |
Constructor.
static bool MainWindow::applicationShouldStop | ( | ) | [inline, static] |
Should application be stopped ?
virtual void MainWindow::openFileAction | ( | ) | [protected, virtual, slot] |
File open callback when the user wants to open a file.
virtual void MainWindow::runIvTune | ( | ) | [protected, virtual, slot] |
Run IvTune.