5 #ifndef BITCOIN_QT_COINCONTROLDIALOG_H     6 #define BITCOIN_QT_COINCONTROLDIALOG_H    10 #include <QAbstractButton>    17 #include <QTreeWidgetItem>    28 #define ASYMP_UTF8 "\xE2\x89\x88"    37     bool operator<(
const QTreeWidgetItem &other) 
const;
    59     Ui::CoinControlDialog *
ui;
   112 #endif // BITCOIN_QT_COINCONTROLDIALOG_H 
const PlatformStyle * platformStyle
 
void viewItemChanged(QTreeWidgetItem *, int)
 
void buttonSelectAllClicked()
 
void clipboardLowOutput()
 
void headerSectionClicked(int)
 
void copyTransactionHash()
 
CoinControlDialog(const PlatformStyle *platformStyle, QWidget *parent=0)
 
static QList< CAmount > payAmounts
 
QAction * copyTransactionHashAction
 
Ui::CoinControlDialog * ui
 
static void updateLabels(WalletModel *, QDialog *)
 
void setModel(WalletModel *model)
 
static bool fSubtractFeeFromAmount
 
QTreeWidgetItem * contextMenuItem
 
Interface to Bitcoin wallet from Qt view code. 
 
void sortView(int, Qt::SortOrder)
 
void buttonBoxClicked(QAbstractButton *)
 
void showMenu(const QPoint &)
 
static CCoinControl * coinControl()