MiltonApp.cpp File Reference

Main entrypoint for Qt-based frontend which comes bundled with Milton (including a non-graphical 'nox' mode for remote / batch rendering). More...

#include "MiltonApp.h"
#include "RenderThread.h"
#include <milton.h>
#include <QApplication>
#include <GL/glut.h>
#include <typeinfo>

Go to the source code of this file.

Defines

#define DEFAULT_SCENEFILE   "default.js"


Detailed Description

Main entrypoint for Qt-based frontend which comes bundled with Milton (including a non-graphical 'nox' mode for remote / batch rendering).

Author:
Travis Fischer (fisch0920@gmail.com)

Matthew Jacobs (jacobs.mh@gmail.com)

Date:
Fall 2008
Note:
MiltonApp constructs an underlying QApplication, which must be initialized before any other Qt user-interface objects are created. For this reason, initializing MiltonApp should generally be at the very beginning of your program's mainline.

MiltonApp is a singleton class and is only meant to be instantiated once per program (generally the first line of main)

Definition in file MiltonApp.cpp.


Define Documentation

#define DEFAULT_SCENEFILE   "default.js"

Definition at line 30 of file MiltonApp.cpp.


Generated on 28 Feb 2009 for Milton by doxygen 1.5.6