PRCYCoin  2.0.0.7rc1
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)
 
void updateEntry (const QString &pubCoin, const QString &isUsed, int status)
 
int size ()
 
AddressTableEntryindex (int idx)
 

Public Attributes

CWalletwallet
 
QList< AddressTableEntrycachedAddressTable
 
AddressTableModelparent
 

Detailed Description

Definition at line 72 of file addresstablemodel.cpp.

Constructor & Destructor Documentation

◆ AddressTablePriv()

AddressTablePriv::AddressTablePriv ( CWallet wallet,
AddressTableModel parent 
)
inline

Definition at line 79 of file addresstablemodel.cpp.

Member Function Documentation

◆ index()

AddressTableEntry* AddressTablePriv::index ( int  idx)
inline

Definition at line 157 of file addresstablemodel.cpp.

Here is the caller graph for this function:

◆ refreshAddressTable()

void AddressTablePriv::refreshAddressTable ( )
inline

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

Here is the caller graph for this function:

◆ updateEntry() [1/2]

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

Definition at line 103 of file addresstablemodel.cpp.

Here is the caller graph for this function:

◆ updateEntry() [2/2]

void AddressTablePriv::updateEntry ( const QString &  pubCoin,
const QString &  isUsed,
int  status 
)
inline

Definition at line 146 of file addresstablemodel.cpp.

Member Data Documentation

◆ cachedAddressTable

QList<AddressTableEntry> AddressTablePriv::cachedAddressTable

Definition at line 76 of file addresstablemodel.cpp.

◆ parent

AddressTableModel* AddressTablePriv::parent

Definition at line 77 of file addresstablemodel.cpp.

◆ wallet

CWallet* AddressTablePriv::wallet

Definition at line 75 of file addresstablemodel.cpp.


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