![]() |
Master Core
v0.0.9 - 49a5c0d97abf09ef2911ddfe8d9551df59f9efd3-dirty
|
#include "addresstablemodel.h"
#include "guiutil.h"
#include "walletmodel.h"
#include "base58.h"
#include "wallet.h"
#include <QFont>
#include <QDebug>
Go to the source code of this file.
Data Structures | |
struct | AddressTableEntry |
struct | AddressTableEntryLessThan |
class | AddressTablePriv |
Functions | |
static AddressTableEntry::Type | translateTransactionType (const QString &strPurpose, bool isMine) |
|
static |
Definition at line 53 of file addresstablemodel.cpp.
References AddressTableEntry::Hidden, AddressTableEntry::Receiving, and AddressTableEntry::Sending.
Referenced by AddressTablePriv::refreshAddressTable(), and AddressTablePriv::updateEntry().