Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

guiconstants.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define RGB_HALF   0x7f7f7f
 Defines the half in RGB space, basically a grey in the middle between black and white. More...
 
#define ICONS_PATH   ":icons/"
 Path to the icon ressource folder. More...
 
#define MOVIES_PATH   ":movies/"
 Path to the movies ressource folder. More...
 
#define QR_IMAGE_SIZE   300
 
#define SPINNER_FRAMES   90
 
#define QAPP_ORG_NAME   "Dash"
 
#define QAPP_ORG_DOMAIN   "dash.org"
 
#define QAPP_APP_NAME_DEFAULT   "Dash-Qt"
 
#define QAPP_APP_NAME_TESTNET   "Dash-Qt-testnet"
 
#define QAPP_APP_NAME_DEVNET   "Dash-Qt-%s"
 
#define QAPP_APP_NAME_REGTEST   "Dash-Qt-regtest"
 

Variables

static const int MODEL_UPDATE_DELAY = 250
 
static const int MAX_PASSPHRASE_SIZE = 1024
 
static const int STATUSBAR_ICONSIZE = 18
 
static const int BUTTON_ICONSIZE = 23
 
static const bool DEFAULT_SPLASHSCREEN = true
 
static const int TOOLTIP_WRAP_THRESHOLD = 80
 
static const int MAX_URI_LENGTH = 255
 

Macro Definition Documentation

◆ ICONS_PATH

#define ICONS_PATH   ":icons/"

Path to the icon ressource folder.

Definition at line 26 of file guiconstants.h.

◆ MOVIES_PATH

#define MOVIES_PATH   ":movies/"

Path to the movies ressource folder.

Definition at line 28 of file guiconstants.h.

Referenced by BitcoinGUI::startSpinner().

◆ QAPP_APP_NAME_DEFAULT

#define QAPP_APP_NAME_DEFAULT   "Dash-Qt"

Definition at line 46 of file guiconstants.h.

Referenced by main().

◆ QAPP_APP_NAME_DEVNET

#define QAPP_APP_NAME_DEVNET   "Dash-Qt-%s"

Definition at line 48 of file guiconstants.h.

◆ QAPP_APP_NAME_REGTEST

#define QAPP_APP_NAME_REGTEST   "Dash-Qt-regtest"

Definition at line 49 of file guiconstants.h.

◆ QAPP_APP_NAME_TESTNET

#define QAPP_APP_NAME_TESTNET   "Dash-Qt-testnet"

Definition at line 47 of file guiconstants.h.

◆ QAPP_ORG_DOMAIN

#define QAPP_ORG_DOMAIN   "dash.org"

Definition at line 45 of file guiconstants.h.

Referenced by main().

◆ QAPP_ORG_NAME

#define QAPP_ORG_NAME   "Dash"

Definition at line 44 of file guiconstants.h.

Referenced by main().

◆ QR_IMAGE_SIZE

#define QR_IMAGE_SIZE   300

Definition at line 39 of file guiconstants.h.

Referenced by QRDialog::update(), and ReceiveRequestDialog::update().

◆ RGB_HALF

#define RGB_HALF   0x7f7f7f

Defines the half in RGB space, basically a grey in the middle between black and white.

Definition at line 24 of file guiconstants.h.

Referenced by GUIUtil::getIcon().

◆ SPINNER_FRAMES

#define SPINNER_FRAMES   90

Definition at line 42 of file guiconstants.h.

Referenced by BitcoinGUI::startSpinner().

Variable Documentation

◆ BUTTON_ICONSIZE

const int BUTTON_ICONSIZE = 23
static

Definition at line 19 of file guiconstants.h.

Referenced by RPCConsole::setButtonIcons().

◆ DEFAULT_SPLASHSCREEN

const bool DEFAULT_SPLASHSCREEN = true
static

Definition at line 21 of file guiconstants.h.

Referenced by HelpMessageDialog::HelpMessageDialog(), and main().

◆ MAX_PASSPHRASE_SIZE

const int MAX_PASSPHRASE_SIZE = 1024
static

◆ MAX_URI_LENGTH

const int MAX_URI_LENGTH = 255
static

Definition at line 36 of file guiconstants.h.

Referenced by ReceiveRequestDialog::update().

◆ MODEL_UPDATE_DELAY

const int MODEL_UPDATE_DELAY = 250
static

◆ STATUSBAR_ICONSIZE

◆ TOOLTIP_WRAP_THRESHOLD

const int TOOLTIP_WRAP_THRESHOLD = 80
static

Definition at line 33 of file guiconstants.h.

Referenced by main().

Released under the MIT license