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" 36 bool operator<(
const QTreeWidgetItem &other)
const override;
55 Ui::CoinControlDialog *
ui;
69 void sortView(
int, Qt::SortOrder);
84 TxHashRole = Qt::UserRole,
91 void showMenu(
const QPoint &);
95 void copyTransactionHash();
98 void clipboardQuantity();
99 void clipboardAmount();
101 void clipboardAfterFee();
102 void clipboardBytes();
103 void clipboardLowOutput();
104 void clipboardChange();
105 void radioTreeMode(
bool);
106 void radioListMode(
bool);
107 void viewItemChanged(QTreeWidgetItem*,
int);
108 void headerSectionClicked(
int);
109 void buttonBoxClicked(QAbstractButton*);
110 void buttonSelectAllClicked();
111 void updateLabelLocked();
114 #endif // BITCOIN_QT_COINCONTROLDIALOG_H const PlatformStyle * platformStyle
CCoinControl & m_coin_control
static QList< CAmount > payAmounts
QAction * copyTransactionHashAction
Ui::CoinControlDialog * ui
bool operator<(const CNetAddr &a, const CNetAddr &b)
static bool fSubtractFeeFromAmount
QTreeWidgetItem * contextMenuItem
Interface to Bitcoin wallet from Qt view code.