#include <tokentransactionview.h>
|
| enum | DateEnum {
All,
Today,
ThisWeek,
ThisMonth,
LastMonth,
ThisYear,
Range
} |
| |
| enum | ColumnWidths {
STATUS_COLUMN_WIDTH = 30,
DATE_COLUMN_WIDTH = 130,
TYPE_COLUMN_WIDTH = 150,
NAME_COLUMN_WIDTH = 100,
AMOUNT_COLUMN_WIDTH = 230,
AMOUNT_MINIMUM_COLUMN_WIDTH = 160,
MINIMUM_COLUMN_WIDTH = 23
} |
| |
Definition at line 21 of file tokentransactionview.h.
| Enumerator |
|---|
| STATUS_COLUMN_WIDTH |
|
| DATE_COLUMN_WIDTH |
|
| TYPE_COLUMN_WIDTH |
|
| NAME_COLUMN_WIDTH |
|
| AMOUNT_COLUMN_WIDTH |
|
| AMOUNT_MINIMUM_COLUMN_WIDTH |
|
| MINIMUM_COLUMN_WIDTH |
|
Definition at line 41 of file tokentransactionview.h.
| TokenTransactionView::TokenTransactionView |
( |
const PlatformStyle * |
platformStyle, |
|
|
QWidget * |
parent = 0 |
|
) |
| |
|
explicit |
| void TokenTransactionView::addToNameWidget |
( |
const QModelIndex & |
parent, |
|
|
int |
start, |
|
|
int |
|
|
) |
| |
|
slot |
| void TokenTransactionView::changedAmount |
( |
const QString & |
amount | ) |
|
|
slot |
| void TokenTransactionView::changedPrefix |
( |
const QString & |
prefix | ) |
|
|
slot |
| void TokenTransactionView::chooseDate |
( |
int |
idx | ) |
|
|
slot |
| void TokenTransactionView::chooseName |
( |
int |
idx | ) |
|
|
slot |
| void TokenTransactionView::chooseType |
( |
int |
idx | ) |
|
|
slot |
| void TokenTransactionView::contextualMenu |
( |
const QPoint & |
point | ) |
|
|
privateslot |
| void TokenTransactionView::copyAddress |
( |
| ) |
|
|
privateslot |
| void TokenTransactionView::copyAmount |
( |
| ) |
|
|
privateslot |
| void TokenTransactionView::copyTxID |
( |
| ) |
|
|
privateslot |
| void TokenTransactionView::copyTxPlainText |
( |
| ) |
|
|
privateslot |
| QWidget * TokenTransactionView::createDateRangeWidget |
( |
| ) |
|
|
private |
| void TokenTransactionView::dateRangeChanged |
( |
| ) |
|
|
privateslot |
| bool TokenTransactionView::eventFilter |
( |
QObject * |
obj, |
|
|
QEvent * |
event |
|
) |
| |
|
private |
| void TokenTransactionView::refreshNameWidget |
( |
| ) |
|
|
slot |
| void TokenTransactionView::removeFromNameWidget |
( |
const QModelIndex & |
parent, |
|
|
int |
start, |
|
|
int |
|
|
) |
| |
|
slot |
| void TokenTransactionView::resizeEvent |
( |
QResizeEvent * |
event | ) |
|
|
privatevirtual |
| void TokenTransactionView::setModel |
( |
WalletModel * |
model | ) |
|
| void TokenTransactionView::showDetails |
( |
| ) |
|
|
privateslot |
| QLineEdit* TokenTransactionView::addressWidget |
|
private |
| QLineEdit* TokenTransactionView::amountWidget |
|
private |
| QMenu* TokenTransactionView::contextMenu |
|
private |
| QDateTimeEdit* TokenTransactionView::dateFrom |
|
private |
| QFrame* TokenTransactionView::dateRangeWidget |
|
private |
| QDateTimeEdit* TokenTransactionView::dateTo |
|
private |
| QComboBox* TokenTransactionView::dateWidget |
|
private |
| QComboBox* TokenTransactionView::nameWidget |
|
private |
| QTableView* TokenTransactionView::tokenView |
|
private |
| QComboBox* TokenTransactionView::typeWidget |
|
private |
The documentation for this class was generated from the following files: