Master Core  v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
AddressTablePriv Class Reference
+ Collaboration diagram for AddressTablePriv:

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 67 of file addresstablemodel.cpp.

Constructor & Destructor Documentation

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

Definition at line 74 of file addresstablemodel.cpp.

Member Function Documentation

AddressTableEntry* AddressTablePriv::index ( int  idx)
inline

Definition at line 152 of file addresstablemodel.cpp.

Referenced by AddressTableModel::index(), and AddressTableModel::removeRows().

+ Here is the caller graph for this function:

void AddressTablePriv::refreshAddressTable ( )
inline

Definition at line 77 of file addresstablemodel.cpp.

References CWallet::cs_wallet, CBitcoinAddress::Get(), IsMine(), LOCK, CWallet::mapAddressBook, CAddressBookData::name, PAIRTYPE, CAddressBookData::purpose, CBase58Data::ToString(), and translateTransactionType().

Referenced by AddressTableModel::AddressTableModel().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int AddressTablePriv::size ( )
inline

Definition at line 147 of file addresstablemodel.cpp.

Referenced by AddressTableModel::rowCount().

+ 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 100 of file addresstablemodel.cpp.

References CT_DELETED, CT_NEW, CT_UPDATED, AddressTableModel::emitDataChanged(), and translateTransactionType().

Referenced by AddressTableModel::updateEntry().

+ 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 71 of file addresstablemodel.cpp.

AddressTableModel* AddressTablePriv::parent

Definition at line 72 of file addresstablemodel.cpp.

CWallet* AddressTablePriv::wallet

Definition at line 70 of file addresstablemodel.cpp.


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