Dash Core  0.12.2.1
P2P Digital Currency
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

◆ Type

Enumerator
Sending 
Receiving 
Hidden 

Definition at line 24 of file addresstablemodel.cpp.

Constructor & Destructor Documentation

◆ AddressTableEntry() [1/2]

AddressTableEntry::AddressTableEntry ( )
inline

Definition at line 34 of file addresstablemodel.cpp.

◆ 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

◆ label

QString AddressTableEntry::label

Definition at line 31 of file addresstablemodel.cpp.

Referenced by AddressTableModel::data(), and AddressTableModel::setData().

◆ type


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