Bitcoin Core  0.21.1
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules
Functions | Variables
bitcoin.cpp File Reference
#include <qt/bitcoin.h>
#include <qt/bitcoingui.h>
#include <chainparams.h>
#include <qt/clientmodel.h>
#include <qt/guiconstants.h>
#include <qt/guiutil.h>
#include <qt/intro.h>
#include <qt/networkstyle.h>
#include <qt/optionsmodel.h>
#include <qt/platformstyle.h>
#include <qt/splashscreen.h>
#include <qt/utilitydialog.h>
#include <qt/winshutdownmonitor.h>
#include <init.h>
#include <interfaces/handler.h>
#include <interfaces/node.h>
#include <node/context.h>
#include <node/ui_interface.h>
#include <noui.h>
#include <uint256.h>
#include <util/system.h>
#include <util/threadnames.h>
#include <util/translation.h>
#include <validation.h>
#include <boost/signals2/connection.hpp>
#include <memory>
#include <QApplication>
#include <QDebug>
#include <QLibraryInfo>
#include <QLocale>
#include <QMessageBox>
#include <QSettings>
#include <QThread>
#include <QTimer>
#include <QTranslator>
#include <QtGlobal>
Include dependency graph for bitcoin.cpp:

Go to the source code of this file.

Functions

static void RegisterMetaTypes ()
 
static QString GetLangTerritory ()
 
static void initTranslations (QTranslator &qtTranslatorBase, QTranslator &qtTranslator, QTranslator &translatorBase, QTranslator &translator)
 Set up translations. More...
 
void DebugMessageHandler (QtMsgType type, const QMessageLogContext &context, const QString &msg)
 
static void SetupUIArgs (ArgsManager &argsman)
 
int GuiMain (int argc, char *argv[])
 

Variables

static int qt_argc = 1
 
static const char * qt_argv = "bitcoin-qt"
 

Function Documentation

void DebugMessageHandler ( QtMsgType  type,
const QMessageLogContext &  context,
const QString &  msg 
)

Definition at line 145 of file bitcoin.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

static QString GetLangTerritory ( )
static

Definition at line 91 of file bitcoin.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

int GuiMain ( int  argc,
char *  argv[] 
)
  1. Basic Qt initialization (not dependent on parameters or configuration)
  2. Parse command-line options. We do this after qt in order to show an error if there are problems parsing these
  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 441 of file bitcoin.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

static void initTranslations ( QTranslator &  qtTranslatorBase,
QTranslator &  qtTranslator,
QTranslator &  translatorBase,
QTranslator &  translator 
)
static

Set up translations.

Definition at line 107 of file bitcoin.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

static void RegisterMetaTypes ( )
static

Definition at line 73 of file bitcoin.cpp.

Here is the caller graph for this function:

static void SetupUIArgs ( ArgsManager argsman)
static

Definition at line 431 of file bitcoin.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

int qt_argc = 1
static

Definition at line 197 of file bitcoin.cpp.

const char* qt_argv = "bitcoin-qt"
static

Definition at line 198 of file bitcoin.cpp.