Bitcoin ABC  0.29.2
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
AddressTablePriv Class Reference
Collaboration diagram for AddressTablePriv:
[legend]

Public Member Functions

 AddressTablePriv (AddressTableModel *_parent)
 
void refreshAddressTable (interfaces::Wallet &wallet)
 
void updateEntry (const QString &address, const QString &label, bool isMine, const QString &purpose, int status)
 
int size ()
 
AddressTableEntryindex (int idx)
 

Public Attributes

QList< AddressTableEntrycachedAddressTable
 
AddressTableModelparent
 

Detailed Description

Definition at line 72 of file addresstablemodel.cpp.

Constructor & Destructor Documentation

◆ AddressTablePriv()

AddressTablePriv::AddressTablePriv ( AddressTableModel _parent)
inlineexplicit

Definition at line 77 of file addresstablemodel.cpp.

Member Function Documentation

◆ index()

AddressTableEntry* AddressTablePriv::index ( int  idx)
inline

Definition at line 151 of file addresstablemodel.cpp.

Here is the caller graph for this function:

◆ refreshAddressTable()

void AddressTablePriv::refreshAddressTable ( interfaces::Wallet wallet)
inline

Definition at line 79 of file addresstablemodel.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ size()

int AddressTablePriv::size ( )
inline

Definition at line 149 of file addresstablemodel.cpp.

Here is the caller graph for this function:

◆ updateEntry()

void AddressTablePriv::updateEntry ( const QString &  address,
const QString &  label,
bool  isMine,
const QString &  purpose,
int  status 
)
inline

Definition at line 97 of file addresstablemodel.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ cachedAddressTable

QList<AddressTableEntry> AddressTablePriv::cachedAddressTable

Definition at line 74 of file addresstablemodel.cpp.

◆ parent

AddressTableModel* AddressTablePriv::parent

Definition at line 75 of file addresstablemodel.cpp.


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