Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
Public Types | |
enum | Type { Sending, Receiving, Hidden } |
Public Member Functions | |
AddressTableEntry () | |
AddressTableEntry (Type _type, const QString &_label, const QString &_address) | |
Public Attributes | |
Type | type |
QString | label |
QString | address |
Detailed Description
Definition at line 21 of file addresstablemodel.cpp.
Member Enumeration Documentation
◆ Type
Enumerator | |
---|---|
Sending | |
Receiving | |
Hidden |
Definition at line 23 of file addresstablemodel.cpp.
Constructor & Destructor Documentation
◆ AddressTableEntry() [1/2]
|
inline |
Definition at line 33 of file addresstablemodel.cpp.
◆ AddressTableEntry() [2/2]
|
inline |
Definition at line 34 of file addresstablemodel.cpp.
Member Data Documentation
◆ address
QString AddressTableEntry::address |
Definition at line 31 of file addresstablemodel.cpp.
Referenced by AddressTableModel::data(), AddressTableEntryLessThan::operator()(), AddressTableModel::removeRows(), and AddressTableModel::setData().
◆ label
QString AddressTableEntry::label |
Definition at line 30 of file addresstablemodel.cpp.
Referenced by AddressTableModel::data(), and AddressTableModel::setData().
◆ type
Type AddressTableEntry::type |
Definition at line 29 of file addresstablemodel.cpp.
Referenced by AddressTableModel::data(), AddressTableModel::flags(), AddressTableModel::removeRows(), and AddressTableModel::setData().
The documentation for this struct was generated from the following file:
- src/qt/addresstablemodel.cpp