Bitcoin Core  27.99.0
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, bool pk_hash_only=false)
 
void updateEntry (const QString &address, const QString &label, bool isMine, wallet::AddressPurpose purpose, int status)
 
int size ()
 
AddressTableEntryindex (int idx)
 

Public Attributes

QList< AddressTableEntrycachedAddressTable
 
AddressTableModelparent
 

Detailed Description

Definition at line 68 of file addresstablemodel.cpp.

Constructor & Destructor Documentation

◆ AddressTablePriv()

AddressTablePriv::AddressTablePriv ( AddressTableModel _parent)
inlineexplicit

Definition at line 74 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,
bool  pk_hash_only = false 
)
inline

Definition at line 77 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 146 of file addresstablemodel.cpp.

Here is the caller graph for this function:

◆ updateEntry()

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

Definition at line 99 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 71 of file addresstablemodel.cpp.

◆ parent

AddressTableModel* AddressTablePriv::parent

Definition at line 72 of file addresstablemodel.cpp.


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