Inherits QAbstractListModel.
|
int | rowCount (const QModelIndex &) const override |
|
QVariant | data (const QModelIndex &index, int role) const override |
|
QHash< int, QByteArray > | roleNames () const override |
|
void | removeIndex (int row) |
|
void | append (QString id, QUrl source, QJSValue args) |
|
◆ append()
void LauncherNotificationsController::NotificationsModel::append |
( |
QString | id, |
|
|
QUrl | source, |
|
|
QJSValue | args ) |
|
inline |
◆ data()
QVariant LauncherNotificationsController::NotificationsModel::data |
( |
const QModelIndex & | index, |
|
|
int | role ) const |
|
inlineoverride |
◆ removeIndex()
void LauncherNotificationsController::NotificationsModel::removeIndex |
( |
int | row | ) |
|
|
inline |
◆ roleNames()
QHash< int, QByteArray > LauncherNotificationsController::NotificationsModel::roleNames |
( |
| ) |
const |
|
inlineoverride |
◆ rowCount()
int LauncherNotificationsController::NotificationsModel::rowCount |
( |
const QModelIndex & | | ) |
const |
|
inlineoverride |
◆ _data
std::vector<Data> LauncherNotificationsController::NotificationsModel::_data |
The documentation for this class was generated from the following file: