Anoncoin  0.9.4
P2P Digital Currency
Classes | Functions
anoncoin.cpp File Reference
#include <QApplication>
#include <QMessageBox>
#include <QFile>
#include <QDir>
#include <QTextStream>
#include "anoncoingui.h"
#include "clientmodel.h"
#include "guiconstants.h"
#include "guiutil.h"
#include "intro.h"
#include "optionsmodel.h"
#include "splashscreen.h"
#include "utilitydialog.h"
#include "winshutdownmonitor.h"
#include "init.h"
#include "main.h"
#include "rpcserver.h"
#include "ui_interface.h"
#include "util.h"
#include <stdint.h>
#include <boost/filesystem/operations.hpp>
#include <QLibraryInfo>
#include <QLocale>
#include <QSettings>
#include <QTimer>
#include <QTranslator>
#include <QThread>
#include <QTextCodec>
#include "anoncoin.moc"
Include dependency graph for anoncoin.cpp:

Go to the source code of this file.

Classes

class  AnoncoinCoin
 Class encapsulating Anoncoin Core startup and shutdown. More...
 
class  AnoncoinApplication
 Main Anoncoin application object. More...
 

Functions

void DebugMessageHandler (QtMsgType type, const char *msg)
 
int main (int argc, char *argv[])
 

Function Documentation

void DebugMessageHandler ( QtMsgType  type,
const char *  msg 
)

Definition at line 137 of file anoncoin.cpp.

Here is the caller graph for this function:

int main ( int  argc,
char *  argv[] 
)
  1. Parse command-line options. These take precedence over anything else.
  2. Basic Qt initialization (not dependent on parameters or configuration)
  3. Application identification
  4. Initialization of translations, so that intro dialog is in user's language
  5. Now that settings and translations are available, ask user for data directory
  6. Determine availability of data directory and parse anoncoin.conf
  • Do not call GetDataDir(true) before this step finishes
  1. Determine network (and switch to network specific options)
  2. Main GUI initialization

Definition at line 470 of file anoncoin.cpp.

Here is the call graph for this function: