PRCYCoin  2.0.0.7rc1
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 &pubcoin)
 
 AddressTableEntry (Type type, const QString &label, const QString &address)
 

Public Attributes

Type type
 
QString label
 
QString address
 
QString pubcoin
 

Detailed Description

Definition at line 25 of file addresstablemodel.cpp.

Member Enumeration Documentation

◆ Type

Enumerator
Sending 
Receiving 
Hidden 

Definition at line 26 of file addresstablemodel.cpp.

Constructor & Destructor Documentation

◆ AddressTableEntry() [1/3]

AddressTableEntry::AddressTableEntry ( )
inline

Definition at line 37 of file addresstablemodel.cpp.

◆ AddressTableEntry() [2/3]

AddressTableEntry::AddressTableEntry ( Type  type,
const QString &  pubcoin 
)
inline

Definition at line 38 of file addresstablemodel.cpp.

◆ AddressTableEntry() [3/3]

AddressTableEntry::AddressTableEntry ( Type  type,
const QString &  label,
const QString &  address 
)
inline

Definition at line 39 of file addresstablemodel.cpp.

Member Data Documentation

◆ address

QString AddressTableEntry::address

Definition at line 34 of file addresstablemodel.cpp.

◆ label

QString AddressTableEntry::label

Definition at line 33 of file addresstablemodel.cpp.

◆ pubcoin

QString AddressTableEntry::pubcoin

Definition at line 35 of file addresstablemodel.cpp.

◆ type

Type AddressTableEntry::type

Definition at line 32 of file addresstablemodel.cpp.


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