#include <yearmodel.h>
|
| | YearModel (QObject *parent=nullptr) |
| |
| QDate | from () const |
| |
| void | setFrom (const QDate &date) |
| |
| QDate | to () const |
| |
| void | setTo (const QDate &date) |
| |
| QHash< int, QByteArray > | roleNames () const override |
| |
| QVariant | data (const QModelIndex &index, int role) const override |
| |
| int | rowCount (const QModelIndex &parent=QModelIndex()) const override |
| |
| Q_INVOKABLE int | get (int index) const |
| |
| void | reset () |
| |
◆ YearModel()
| YearModel::YearModel |
( |
QObject * |
parent = nullptr | ) |
|
|
explicit |
◆ countChanged
| void YearModel::countChanged |
( |
| ) |
|
|
signal |
◆ data()
| QVariant YearModel::data |
( |
const QModelIndex & |
index, |
|
|
int |
role |
|
) |
| const |
|
override |
◆ from()
| QDate YearModel::from |
( |
| ) |
const |
◆ fromChanged
| void YearModel::fromChanged |
( |
| ) |
|
|
signal |
◆ get()
| int YearModel::get |
( |
int |
index | ) |
const |
◆ reset()
| void YearModel::reset |
( |
| ) |
|
◆ roleNames()
| QHash< int, QByteArray > YearModel::roleNames |
( |
| ) |
const |
|
override |
◆ rowCount()
| int YearModel::rowCount |
( |
const QModelIndex & |
parent = QModelIndex() | ) |
const |
|
override |
◆ setFrom()
| void YearModel::setFrom |
( |
const QDate & |
date | ) |
|
◆ setTo()
| void YearModel::setTo |
( |
const QDate & |
date | ) |
|
◆ to()
| QDate YearModel::to |
( |
| ) |
const |
◆ toChanged
| void YearModel::toChanged |
( |
| ) |
|
|
signal |
◆ count
◆ from
◆ to
The documentation for this class was generated from the following files:
- /home/runner/work/docs/docs/fluid/src/controls/cpp/datetime/yearmodel.h
- /home/runner/work/docs/docs/fluid/src/controls/cpp/datetime/yearmodel.cpp