VoxelBlur
Depth-of-field volume rendering
|
Contains the entry point of the application. More...
Functions | |
void | vbMessageHandlerInit () |
void | vbMessageHandlerDestroy () |
const QString | getMessage (QtMsgType type, const QMessageLogContext &ctx, const QString &msg) |
void | vbMessageHandler (QtMsgType type, const QMessageLogContext &ctx, const QString &msg) |
int | main (int argc, char *argv[]) |
Entry point of the application. More... | |
Variables | |
QMutex | logMutex |
QtMessageHandler | defaultHandler |
QTextStream * | logStream |
Contains the entry point of the application.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Entry point of the application.
Sets up Qt, opens the MainWindow and then runs the Qt event loop until the app closes.