Fabcoin Core  0.16.2
P2P Digital Currency
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | Private Attributes | List of all members
TransactionFilterProxy Class Reference

Filter the transaction list according to pre-specified rules. More...

#include <transactionfilterproxy.h>

Inheritance diagram for TransactionFilterProxy:
[legend]
Collaboration diagram for TransactionFilterProxy:
[legend]

Public Types

enum  WatchOnlyFilter { WatchOnlyFilter_All, WatchOnlyFilter_Yes, WatchOnlyFilter_No }
 

Public Member Functions

 TransactionFilterProxy (QObject *parent=0)
 
void setDateRange (const QDateTime &from, const QDateTime &to)
 
void setAddressPrefix (const QString &addrPrefix)
 
void setTypeFilter (quint32 modes)
 
void setMinAmount (const CAmount &minimum)
 
void setWatchOnlyFilter (WatchOnlyFilter filter)
 
void setLimit (int limit)
 Set maximum number of rows returned, -1 if unlimited. More...
 
void setShowInactive (bool showInactive)
 Set whether to show conflicted transactions. More...
 
int rowCount (const QModelIndex &parent=QModelIndex()) const
 

Static Public Member Functions

static quint32 TYPE (int type)
 

Static Public Attributes

static const QDateTime MIN_DATE = QDateTime::fromTime_t(0)
 Earliest date that can be represented (far in the past) More...
 
static const QDateTime MAX_DATE = QDateTime::fromTime_t(0xFFFFFFFF)
 Last date that can be represented (far in the future) More...
 
static const quint32 ALL_TYPES = 0xFFFFFFFF
 Type filter bit field (all types) More...
 

Protected Member Functions

bool filterAcceptsRow (int source_row, const QModelIndex &source_parent) const
 

Private Attributes

QDateTime dateFrom
 
QDateTime dateTo
 
QString addrPrefix
 
quint32 typeFilter
 
WatchOnlyFilter watchOnlyFilter
 
CAmount minAmount
 
int limitRows
 
bool showInactive
 

Detailed Description

Filter the transaction list according to pre-specified rules.

Definition at line 14 of file transactionfilterproxy.h.

Member Enumeration Documentation

Enumerator
WatchOnlyFilter_All 
WatchOnlyFilter_Yes 
WatchOnlyFilter_No 

Definition at line 30 of file transactionfilterproxy.h.

Constructor & Destructor Documentation

TransactionFilterProxy::TransactionFilterProxy ( QObject *  parent = 0)
explicit

Definition at line 19 of file transactionfilterproxy.cpp.

Member Function Documentation

bool TransactionFilterProxy::filterAcceptsRow ( int  source_row,
const QModelIndex &  source_parent 
) const
protected

Definition at line 32 of file transactionfilterproxy.cpp.

Here is the call graph for this function:

int TransactionFilterProxy::rowCount ( const QModelIndex &  parent = QModelIndex()) const

Definition at line 104 of file transactionfilterproxy.cpp.

void TransactionFilterProxy::setAddressPrefix ( const QString &  addrPrefix)

Definition at line 69 of file transactionfilterproxy.cpp.

Here is the caller graph for this function:

void TransactionFilterProxy::setDateRange ( const QDateTime &  from,
const QDateTime &  to 
)

Definition at line 62 of file transactionfilterproxy.cpp.

Here is the caller graph for this function:

void TransactionFilterProxy::setLimit ( int  limit)

Set maximum number of rows returned, -1 if unlimited.

Definition at line 93 of file transactionfilterproxy.cpp.

void TransactionFilterProxy::setMinAmount ( const CAmount minimum)

Definition at line 81 of file transactionfilterproxy.cpp.

Here is the caller graph for this function:

void TransactionFilterProxy::setShowInactive ( bool  showInactive)

Set whether to show conflicted transactions.

Definition at line 98 of file transactionfilterproxy.cpp.

void TransactionFilterProxy::setTypeFilter ( quint32  modes)
Note
Type filter takes a bit field created with TYPE() or ALL_TYPES

Definition at line 75 of file transactionfilterproxy.cpp.

Here is the caller graph for this function:

void TransactionFilterProxy::setWatchOnlyFilter ( WatchOnlyFilter  filter)

Definition at line 87 of file transactionfilterproxy.cpp.

Here is the caller graph for this function:

static quint32 TransactionFilterProxy::TYPE ( int  type)
inlinestatic

Definition at line 28 of file transactionfilterproxy.h.

Here is the caller graph for this function:

Member Data Documentation

QString TransactionFilterProxy::addrPrefix
private

Definition at line 60 of file transactionfilterproxy.h.

const quint32 TransactionFilterProxy::ALL_TYPES = 0xFFFFFFFF
static

Type filter bit field (all types)

Definition at line 26 of file transactionfilterproxy.h.

QDateTime TransactionFilterProxy::dateFrom
private

Definition at line 58 of file transactionfilterproxy.h.

QDateTime TransactionFilterProxy::dateTo
private

Definition at line 59 of file transactionfilterproxy.h.

int TransactionFilterProxy::limitRows
private

Definition at line 64 of file transactionfilterproxy.h.

const QDateTime TransactionFilterProxy::MAX_DATE = QDateTime::fromTime_t(0xFFFFFFFF)
static

Last date that can be represented (far in the future)

Definition at line 24 of file transactionfilterproxy.h.

const QDateTime TransactionFilterProxy::MIN_DATE = QDateTime::fromTime_t(0)
static

Earliest date that can be represented (far in the past)

Definition at line 22 of file transactionfilterproxy.h.

CAmount TransactionFilterProxy::minAmount
private

Definition at line 63 of file transactionfilterproxy.h.

bool TransactionFilterProxy::showInactive
private

Definition at line 65 of file transactionfilterproxy.h.

quint32 TransactionFilterProxy::typeFilter
private

Definition at line 61 of file transactionfilterproxy.h.

WatchOnlyFilter TransactionFilterProxy::watchOnlyFilter
private

Definition at line 62 of file transactionfilterproxy.h.


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