Fabcoin Core  0.16.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 (CWallet *_wallet, AddressTableModel *_parent)
 
void refreshAddressTable ()
 
void updateEntry (const QString &address, const QString &label, bool isMine, const QString &purpose, int status)
 
int size ()
 
AddressTableEntryindex (int idx)
 

Public Attributes

CWalletwallet
 
QList< AddressTableEntrycachedAddressTable
 
AddressTableModelparent
 

Detailed Description

Definition at line 68 of file addresstablemodel.cpp.

Constructor & Destructor Documentation

AddressTablePriv::AddressTablePriv ( CWallet _wallet,
AddressTableModel _parent 
)
inline

Definition at line 75 of file addresstablemodel.cpp.

Member Function Documentation

AddressTableEntry* AddressTablePriv::index ( int  idx)
inline

Definition at line 153 of file addresstablemodel.cpp.

Here is the caller graph for this function:

void AddressTablePriv::refreshAddressTable ( )
inline

Definition at line 78 of file addresstablemodel.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

int AddressTablePriv::size ( void  )
inline

Definition at line 148 of file addresstablemodel.cpp.

Here is the caller graph for this function:

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

Definition at line 101 of file addresstablemodel.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

QList<AddressTableEntry> AddressTablePriv::cachedAddressTable

Definition at line 72 of file addresstablemodel.cpp.

AddressTableModel* AddressTablePriv::parent

Definition at line 73 of file addresstablemodel.cpp.

CWallet* AddressTablePriv::wallet

Definition at line 71 of file addresstablemodel.cpp.


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