6 #ifndef RAVEN_QT_ASSETCONTROLDIALOG_H 7 #define RAVEN_QT_ASSETCONTROLDIALOG_H 11 #include <QAbstractButton> 18 #include <QTreeWidgetItem> 26 class QStringListModel;
27 class QSortFilterProxyModel;
34 #define ASYMP_UTF8 "\xE2\x89\x88" 43 bool operator<(
const QTreeWidgetItem &other)
const;
60 void updateAssetList(
bool fSetOnStart =
false);
72 Ui::AssetControlDialog *
ui;
85 void sortView(
int, Qt::SortOrder);
103 void showMenu(
const QPoint &);
107 void copyTransactionHash();
110 void clipboardQuantity();
111 void clipboardAmount();
113 void clipboardAfterFee();
114 void clipboardBytes();
115 void clipboardLowOutput();
116 void clipboardChange();
117 void radioTreeMode(
bool);
118 void radioListMode(
bool);
119 void viewItemChanged(QTreeWidgetItem*,
int);
120 void headerSectionClicked(
int);
121 void buttonBoxClicked(QAbstractButton*);
122 void buttonSelectAllClicked();
123 void updateLabelLocked();
124 void viewAdministratorClicked();
125 void onAssetSelected(QString name);
128 #endif // RAVEN_QT_ASSETCONTROLDIALOG_H
QTreeWidgetItem * contextMenuItem
static bool fSubtractFeeFromAmount
static CCoinControl * assetControl
static QList< CAmount > payAmounts
bool operator<(const CNetAddr &a, const CNetAddr &b)
const PlatformStyle * platformStyle
Interface to Raven wallet from Qt view code.
Ui::AssetControlDialog * ui
QSortFilterProxyModel * proxy
QStringListModel * stringModel
QAction * copyTransactionHashAction