Bitcoin Core  27.99.0
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 ()=default
 
 AddressTableEntry (Type _type, const QString &_label, const QString &_address)
 

Public Attributes

Type type
 
QString label
 
QString address
 

Detailed Description

Definition at line 22 of file addresstablemodel.cpp.

Member Enumeration Documentation

◆ Type

Enumerator
Sending 
Receiving 
Hidden 

Definition at line 24 of file addresstablemodel.cpp.

Constructor & Destructor Documentation

◆ AddressTableEntry() [1/2]

AddressTableEntry::AddressTableEntry ( )
default

◆ AddressTableEntry() [2/2]

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

Definition at line 35 of file addresstablemodel.cpp.

Member Data Documentation

◆ address

QString AddressTableEntry::address

Definition at line 32 of file addresstablemodel.cpp.

◆ label

QString AddressTableEntry::label

Definition at line 31 of file addresstablemodel.cpp.

◆ type

Type AddressTableEntry::type

Definition at line 30 of file addresstablemodel.cpp.


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