![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
Widget showing the transaction list for a wallet, including a filter row. More...
#include <transactionview.h>
Public Types | |
enum | DateEnum { All, Today, ThisWeek, ThisMonth, LastMonth, ThisYear, Range } |
Public Slots | |
void | chooseDate (int idx) |
void | chooseType (int idx) |
void | changedPrefix (const QString &prefix) |
void | changedAmount (const QString &amount) |
void | exportClicked () |
void | focusTransaction (const QModelIndex &) |
Signals | |
void | doubleClicked (const QModelIndex &) |
Public Member Functions | |
TransactionView (QWidget *parent=0) | |
void | setModel (WalletModel *model) |
Private Slots | |
void | contextualMenu (const QPoint &) |
void | dateRangeChanged () |
void | showDetails () |
void | copyAddress () |
void | editLabel () |
void | copyLabel () |
void | copyAmount () |
void | copyTxID () |
Private Member Functions | |
QWidget * | createDateRangeWidget () |
Private Attributes | |
WalletModel * | model |
TransactionFilterProxy * | transactionProxyModel |
QTableView * | transactionView |
QComboBox * | dateWidget |
QComboBox * | typeWidget |
QLineEdit * | addressWidget |
QLineEdit * | amountWidget |
QMenu * | contextMenu |
QFrame * | dateRangeWidget |
QDateTimeEdit * | dateFrom |
QDateTimeEdit * | dateTo |
Widget showing the transaction list for a wallet, including a filter row.
Using the filter row, the user can view or export a subset of the transactions.
Definition at line 22 of file transactionview.h.
Enumerator | |
---|---|
All | |
Today | |
ThisWeek | |
ThisMonth | |
LastMonth | |
ThisYear | |
Range |
Definition at line 32 of file transactionview.h.
|
explicit |
Definition at line 29 of file transactionview.cpp.
|
slot |
Definition at line 251 of file transactionview.cpp.
|
slot |
Definition at line 244 of file transactionview.cpp.
|
slot |
Definition at line 188 of file transactionview.cpp.
|
slot |
Definition at line 236 of file transactionview.cpp.
|
privateslot |
Definition at line 295 of file transactionview.cpp.
|
privateslot |
Definition at line 304 of file transactionview.cpp.
|
privateslot |
Definition at line 314 of file transactionview.cpp.
|
privateslot |
Definition at line 309 of file transactionview.cpp.
|
privateslot |
Definition at line 319 of file transactionview.cpp.
|
private |
Definition at line 382 of file transactionview.cpp.
|
privateslot |
Definition at line 418 of file transactionview.cpp.
|
signal |
|
privateslot |
Definition at line 324 of file transactionview.cpp.
|
slot |
Definition at line 266 of file transactionview.cpp.
|
slot |
Definition at line 427 of file transactionview.cpp.
void TransactionView::setModel | ( | WalletModel * | model | ) |
Definition at line 155 of file transactionview.cpp.
|
privateslot |
Definition at line 370 of file transactionview.cpp.
|
private |
Definition at line 50 of file transactionview.h.
|
private |
Definition at line 51 of file transactionview.h.
|
private |
Definition at line 53 of file transactionview.h.
|
private |
Definition at line 56 of file transactionview.h.
|
private |
Definition at line 55 of file transactionview.h.
|
private |
Definition at line 57 of file transactionview.h.
|
private |
Definition at line 48 of file transactionview.h.
|
private |
Definition at line 44 of file transactionview.h.
|
private |
Definition at line 45 of file transactionview.h.
|
private |
Definition at line 46 of file transactionview.h.
|
private |
Definition at line 49 of file transactionview.h.