#include <tokenfilterproxy.h>
|
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...
|
|
|
bool | filterAcceptsRow (int source_row, const QModelIndex &source_parent) const |
|
bool | lessThan (const QModelIndex &left, const QModelIndex &right) const |
|
Definition at line 12 of file tokenfilterproxy.h.
TokenFilterProxy::TokenFilterProxy |
( |
QObject * |
parent = 0 | ) |
|
|
explicit |
bool TokenFilterProxy::filterAcceptsRow |
( |
int |
source_row, |
|
|
const QModelIndex & |
source_parent |
|
) |
| const |
|
protected |
bool TokenFilterProxy::lessThan |
( |
const QModelIndex & |
left, |
|
|
const QModelIndex & |
right |
|
) |
| const |
|
protected |
int TokenFilterProxy::rowCount |
( |
const QModelIndex & |
parent = QModelIndex() | ) |
const |
void TokenFilterProxy::setAddressPrefix |
( |
const QString & |
addrPrefix | ) |
|
void TokenFilterProxy::setDateRange |
( |
const QDateTime & |
from, |
|
|
const QDateTime & |
to |
|
) |
| |
void TokenFilterProxy::setLimit |
( |
int |
limit | ) |
|
void TokenFilterProxy::setMinAmount |
( |
const int256_t & |
minimum | ) |
|
void TokenFilterProxy::setName |
( |
const QString |
_name | ) |
|
void TokenFilterProxy::setTypeFilter |
( |
quint32 |
modes | ) |
|
static quint32 TokenFilterProxy::TYPE |
( |
int |
type | ) |
|
|
inlinestatic |
QString TokenFilterProxy::addrPrefix |
|
private |
const quint32 TokenFilterProxy::ALL_TYPES = 0xFFFFFFFF |
|
static |
QDateTime TokenFilterProxy::dateFrom |
|
private |
QDateTime TokenFilterProxy::dateTo |
|
private |
int TokenFilterProxy::limitRows |
|
private |
const QDateTime TokenFilterProxy::MAX_DATE = QDateTime::fromTime_t(0xFFFFFFFF) |
|
static |
Last date that can be represented (far in the future)
Definition at line 22 of file tokenfilterproxy.h.
const QDateTime TokenFilterProxy::MIN_DATE = QDateTime::fromTime_t(0) |
|
static |
Earliest date that can be represented (far in the past)
Definition at line 20 of file tokenfilterproxy.h.
int256_t TokenFilterProxy::minAmount |
|
private |
QString TokenFilterProxy::name |
|
private |
bool TokenFilterProxy::showInactive |
|
private |
quint32 TokenFilterProxy::typeFilter |
|
private |
The documentation for this class was generated from the following files: