Fabcoin Core  0.16.2
P2P Digital Currency
Public Types | Public Member Functions | Public Attributes | List of all members
AddressTableEntry Struct Reference

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 20 of file addresstablemodel.cpp.

Member Enumeration Documentation

Enumerator
Sending 
Receiving 
Hidden 

Definition at line 22 of file addresstablemodel.cpp.

Constructor & Destructor Documentation

AddressTableEntry::AddressTableEntry ( )
inline

Definition at line 32 of file addresstablemodel.cpp.

Here is the caller graph for this function:

AddressTableEntry::AddressTableEntry ( Type  _type,
const QString &  _label,
const QString &  _address 
)
inline

Definition at line 33 of file addresstablemodel.cpp.

Member Data Documentation

QString AddressTableEntry::address

Definition at line 30 of file addresstablemodel.cpp.

QString AddressTableEntry::label

Definition at line 29 of file addresstablemodel.cpp.

Type AddressTableEntry::type

Definition at line 28 of file addresstablemodel.cpp.


The documentation for this struct was generated from the following file: