VoxelBlur
Depth-of-field volume rendering
 All Classes Files Functions Variables Enumerations Enumerator
Functions | Variables
main.cpp File Reference

Contains the entry point of the application. More...

#include "stdafx.h"
#include "version.h"
#include "mainwindow.h"
#include <QtWidgets/QApplication>
Include dependency graph for main.cpp:

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
 

Detailed Description

Contains the entry point of the application.

Function Documentation

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.