Dogecoin Core  1.14.2
P2P Digital Currency
Classes | Functions
bitcoin.cpp File Reference
#include "bitcoingui.h"
#include "chainparams.h"
#include "clientmodel.h"
#include "guiconstants.h"
#include "guiutil.h"
#include "intro.h"
#include "networkstyle.h"
#include "optionsmodel.h"
#include "platformstyle.h"
#include "splashscreen.h"
#include "utilitydialog.h"
#include "winshutdownmonitor.h"
#include "init.h"
#include "rpc/server.h"
#include "scheduler.h"
#include "ui_interface.h"
#include "util.h"
#include "warnings.h"
#include <stdint.h>
#include <boost/filesystem/operations.hpp>
#include <boost/thread.hpp>
#include <QApplication>
#include <QDebug>
#include <QLibraryInfo>
#include <QLocale>
#include <QMessageBox>
#include <QSettings>
#include <QThread>
#include <QTimer>
#include <QTranslator>
#include <QSslConfiguration>
#include <QTextCodec>
#include "bitcoin.moc"
Include dependency graph for bitcoin.cpp:

Go to the source code of this file.

Classes

class  BitcoinCore
 Class encapsulating Bitcoin Core startup and shutdown. More...
 
class  BitcoinApplication
 Main Bitcoin application object. More...
 

Functions

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

Function Documentation

◆ DebugMessageHandler()

void DebugMessageHandler ( QtMsgType  type,
const char *  msg 
)

Definition at line 155 of file bitcoin.cpp.

◆ main()

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 bitcoin.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 533 of file bitcoin.cpp.

Here is the call graph for this function: