6 #ifndef RAVEN_QT_COINCONTROLDIALOG_H 7 #define RAVEN_QT_COINCONTROLDIALOG_H 11 #include <QAbstractButton> 18 #include <QTreeWidgetItem> 29 #define ASYMP_UTF8 "\xE2\x89\x88" 38 bool operator<(
const QTreeWidgetItem &other)
const;
60 Ui::CoinControlDialog *
ui;
73 void sortView(
int, Qt::SortOrder);
90 void showMenu(
const QPoint &);
94 void copyTransactionHash();
97 void clipboardQuantity();
98 void clipboardAmount();
100 void clipboardAfterFee();
101 void clipboardBytes();
102 void clipboardLowOutput();
103 void clipboardChange();
104 void radioTreeMode(
bool);
105 void radioListMode(
bool);
106 void viewItemChanged(QTreeWidgetItem*,
int);
107 void headerSectionClicked(
int);
108 void buttonBoxClicked(QAbstractButton*);
109 void buttonSelectAllClicked();
110 void updateLabelLocked();
113 #endif // RAVEN_QT_COINCONTROLDIALOG_H
const PlatformStyle * platformStyle
static CCoinControl * coinControl
static QList< CAmount > payAmounts
QAction * copyTransactionHashAction
Ui::CoinControlDialog * ui
bool operator<(const CNetAddr &a, const CNetAddr &b)
static bool fSubtractFeeFromAmount
QTreeWidgetItem * contextMenuItem
Interface to Raven wallet from Qt view code.