![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
Public Types | |
enum | Type { Sending, Receiving } |
Public Member Functions | |
AddressTableEntry () | |
AddressTableEntry (Type type, const QString &label, const QString &address) | |
Public Attributes | |
Type | type |
QString | label |
QString | address |
Definition at line 14 of file addresstablemodel.cpp.
Enumerator | |
---|---|
Sending | |
Receiving |
Definition at line 16 of file addresstablemodel.cpp.
|
inline |
Definition at line 25 of file addresstablemodel.cpp.
|
inline |
Definition at line 26 of file addresstablemodel.cpp.
QString AddressTableEntry::address |
Definition at line 23 of file addresstablemodel.cpp.
QString AddressTableEntry::label |
Definition at line 22 of file addresstablemodel.cpp.
Type AddressTableEntry::type |
Definition at line 21 of file addresstablemodel.cpp.