Mixxx

/home/maxime/Projets/Mixxx/1.10/mixxx/src/main.cpp File Reference

#include <qapplication.h>
#include <qfont.h>
#include <qstring.h>
#include <qtextcodec.h>
#include <qtranslator.h>
#include <qmessagebox.h>
#include <qiodevice.h>
#include <qfile.h>
#include <qstringlist.h>
#include <stdio.h>
#include <math.h>
#include "mixxx.h"
#include "soundsourceproxy.h"
#include "qpixmap.h"
#include "qsplashscreen.h"
#include "errordialoghandler.h"
#include "defs_version.h"
Include dependency graph for main.cpp:

Go to the source code of this file.

Functions

void MessageHandler (QtMsgType type, const char *input)
int main (int argc, char *argv[])

Variables

QApplication * a
QStringList plugin_paths
QFile Logfile

Function Documentation

int main ( int  argc,
char *  argv[] 
)

Definition at line 137 of file main.cpp.

Here is the call graph for this function:

void MessageHandler ( QtMsgType  type,
const char *  input 
)

Definition at line 80 of file main.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:


Variable Documentation

QApplication* a

Definition at line 69 of file main.cpp.

QFile Logfile

Definition at line 75 of file main.cpp.

QStringList plugin_paths

Definition at line 71 of file main.cpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines