Fabcoin Core  0.16.2
P2P Digital Currency
Classes | Functions
fabcoin.cpp File Reference
#include <fabcoingui.h>
#include <chainparams.h>
#include <clientmodel.h>
#include <fs.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 <styleSheet.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/thread.hpp>
#include <QApplication>
#include <QDebug>
#include <QLibraryInfo>
#include <QLocale>
#include <QMessageBox>
#include <QSettings>
#include <QThread>
#include <QTimer>
#include <QTranslator>
#include <QSslConfiguration>
#include <QFile>
#include <QProcess>
#include <QTextCodec>
#include <fabcoin.moc>
Include dependency graph for fabcoin.cpp:

Go to the source code of this file.

Classes

class  FabcoinCore
 Class encapsulating Fabcoin Core startup and shutdown. More...
 
class  FabcoinApplication
 Main Fabcoin application object. More...
 

Functions

void DebugMessageHandler (QtMsgType type, const char *msg)
 
void removeParam (QStringList &list, const QString &param)
 
int main (int argc, char *argv[])
 

Function Documentation

void DebugMessageHandler ( QtMsgType  type,
const char *  msg 
)

Definition at line 156 of file fabcoin.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 fabcoin.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 607 of file fabcoin.cpp.

Here is the call graph for this function:

void removeParam ( QStringList &  list,
const QString &  param 
)

Definition at line 176 of file fabcoin.cpp.

Here is the caller graph for this function: