Bitcoin ABC  0.28.12
P2P Digital Currency
Classes | Macros
bitcoinunits.h File Reference
#include <consensus/amount.h>
#include <QAbstractListModel>
#include <QString>
Include dependency graph for bitcoinunits.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  BitcoinUnits
 Bitcoin unit definitions. More...
 

Macros

#define REAL_THIN_SP_CP   0x2009
 
#define REAL_THIN_SP_UTF8   "\xE2\x80\x89"
 
#define HTML_HACK_SP    "<span style='white-space: nowrap; font-size: 6pt'> </span>"
 
#define THIN_SP_CP   REAL_THIN_SP_CP
 
#define THIN_SP_UTF8   REAL_THIN_SP_UTF8
 
#define THIN_SP_HTML   HTML_HACK_SP
 

Macro Definition Documentation

◆ HTML_HACK_SP

#define HTML_HACK_SP    "<span style='white-space: nowrap; font-size: 6pt'> </span>"

Definition at line 20 of file bitcoinunits.h.

◆ REAL_THIN_SP_CP

#define REAL_THIN_SP_CP   0x2009

Definition at line 14 of file bitcoinunits.h.

◆ REAL_THIN_SP_UTF8

#define REAL_THIN_SP_UTF8   "\xE2\x80\x89"

Definition at line 15 of file bitcoinunits.h.

◆ THIN_SP_CP

#define THIN_SP_CP   REAL_THIN_SP_CP

Definition at line 24 of file bitcoinunits.h.

◆ THIN_SP_HTML

#define THIN_SP_HTML   HTML_HACK_SP

Definition at line 26 of file bitcoinunits.h.

◆ THIN_SP_UTF8

#define THIN_SP_UTF8   REAL_THIN_SP_UTF8

Definition at line 25 of file bitcoinunits.h.