18     QSortFilterProxyModel(parent),
    22     typeFilter(ALL_TYPES),
    23     watchOnlyFilter(WatchOnlyFilter_All),
    32     QModelIndex index = sourceModel()->index(sourceRow, 0, sourceParent);
    49     if (datetime < dateFrom || datetime > 
dateTo)
   115         return std::min(QSortFilterProxyModel::rowCount(parent), 
limitRows);
   119         return QSortFilterProxyModel::rowCount(parent);
 
Transaction status (TransactionRecord::Status) 
 
void setTypeFilter(quint32 modes)
 
bool filterAcceptsRow(int source_row, const QModelIndex &source_parent) const
 
int rowCount(const QModelIndex &parent=QModelIndex()) const
 
TransactionFilterProxy(QObject *parent=0)
 
static quint32 TYPE(int type)
 
int64_t CAmount
Amount in satoshis (Can be negative) 
 
static const QDateTime MIN_DATE
Earliest date that can be represented (far in the past) 
 
static const QDateTime MAX_DATE
Last date that can be represented (far in the future) 
 
void setDateRange(const QDateTime &from, const QDateTime &to)
 
WatchOnlyFilter watchOnlyFilter
 
Date and time this transaction was created. 
 
void setWatchOnlyFilter(WatchOnlyFilter filter)
 
void setMinAmount(const CAmount &minimum)
 
void setLimit(int limit)
Set maximum number of rows returned, -1 if unlimited. 
 
void setShowInactive(bool showInactive)
Set whether to show conflicted transactions. 
 
Net amount of transaction. 
 
Conflicts with other transaction or mempool. 
 
Label of address related to transaction. 
 
void setSearchString(const QString &)