![]() |
Master Core
v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
|
#include <recentrequeststablemodel.h>
Collaboration diagram for RecentRequestEntry:Public Member Functions | |
| RecentRequestEntry () | |
Public Attributes | |
| int | nVersion |
| int64_t | id |
| QDateTime | date |
| SendCoinsRecipient | recipient |
Static Public Attributes | |
| static const int | CURRENT_VERSION = 1 |
Definition at line 16 of file recentrequeststablemodel.h.
|
inline |
Definition at line 19 of file recentrequeststablemodel.h.
|
static |
Definition at line 21 of file recentrequeststablemodel.h.
| QDateTime RecentRequestEntry::date |
Definition at line 24 of file recentrequeststablemodel.h.
Referenced by RecentRequestsTableModel::addNewRequest(), RecentRequestsTableModel::data(), and RecentRequestEntryLessThan::operator()().
| int64_t RecentRequestEntry::id |
Definition at line 23 of file recentrequeststablemodel.h.
Referenced by RecentRequestsTableModel::addNewRequest(), RecentRequestEntryLessThan::operator()(), and RecentRequestsTableModel::removeRows().
| int RecentRequestEntry::nVersion |
Definition at line 22 of file recentrequeststablemodel.h.
| SendCoinsRecipient RecentRequestEntry::recipient |
Definition at line 25 of file recentrequeststablemodel.h.
Referenced by RecentRequestsTableModel::addNewRequest(), RecentRequestsTableModel::data(), RecentRequestEntryLessThan::operator()(), and RecentRequestsTableModel::removeRows().
1.8.8