Bitcoin Core  0.21.1
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules
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 22 of file addresstablemodel.cpp.

Member Enumeration Documentation

Enumerator
Sending 
Receiving 
Hidden 

Definition at line 24 of file addresstablemodel.cpp.

Constructor & Destructor Documentation

AddressTableEntry::AddressTableEntry ( )
inline

Definition at line 34 of file addresstablemodel.cpp.

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

Definition at line 35 of file addresstablemodel.cpp.

Member Data Documentation

QString AddressTableEntry::address

Definition at line 32 of file addresstablemodel.cpp.

QString AddressTableEntry::label

Definition at line 31 of file addresstablemodel.cpp.

Type AddressTableEntry::type

Definition at line 30 of file addresstablemodel.cpp.


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