Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
#include <recentrequeststablemodel.h>
Collaboration diagram for RecentRequestEntry:Public Member Functions | |
| RecentRequestEntry () | |
| template<typename Stream , typename Operation > | |
| void | SerializationOp (Stream &s, Operation ser_action) |
Public Attributes | |
| int | nVersion |
| int64_t | id |
| QDateTime | date |
| SendCoinsRecipient | recipient |
| ADD_SERIALIZE_METHODS | |
Static Public Attributes | |
| static const int | CURRENT_VERSION = 1 |
Detailed Description
Definition at line 16 of file recentrequeststablemodel.h.
Constructor & Destructor Documentation
◆ RecentRequestEntry()
|
inline |
Definition at line 19 of file recentrequeststablemodel.h.
Member Function Documentation
◆ SerializationOp()
|
inline |
Definition at line 30 of file recentrequeststablemodel.h.
Member Data Documentation
◆ ADD_SERIALIZE_METHODS
| RecentRequestEntry::ADD_SERIALIZE_METHODS |
Definition at line 27 of file recentrequeststablemodel.h.
◆ CURRENT_VERSION
|
static |
Definition at line 21 of file recentrequeststablemodel.h.
◆ date
| QDateTime RecentRequestEntry::date |
Definition at line 24 of file recentrequeststablemodel.h.
Referenced by RecentRequestsTableModel::addNewRequest(), RecentRequestsTableModel::data(), RecentRequestEntryLessThan::operator()(), and SerializationOp().
◆ id
| int64_t RecentRequestEntry::id |
Definition at line 23 of file recentrequeststablemodel.h.
Referenced by RecentRequestsTableModel::addNewRequest(), RecentRequestEntryLessThan::operator()(), and RecentRequestsTableModel::removeRows().
◆ nVersion
| int RecentRequestEntry::nVersion |
Definition at line 22 of file recentrequeststablemodel.h.
◆ recipient
| SendCoinsRecipient RecentRequestEntry::recipient |
Definition at line 25 of file recentrequeststablemodel.h.
Referenced by RecentRequestsTableModel::addNewRequest(), RecentRequestsTableModel::data(), RecentRequestEntryLessThan::operator()(), RecentRequestsTableModel::removeRows(), and SerializationOp().
The documentation for this class was generated from the following file:
- src/qt/recentrequeststablemodel.h

