The FavoriteProjectsModel class.
More...
#include <favoriteprojectsmodel.h>
Inherits QAbstractListModel.
|
void | save () noexcept |
|
int | rowCount (const QModelIndex &parent=QModelIndex()) const |
|
QVariant | data (const QModelIndex &index, int role=Qt::DisplayRole) const |
|
◆ FavoriteProjectsModel() [1/3]
◆ FavoriteProjectsModel() [2/3]
◆ FavoriteProjectsModel() [3/3]
◆ ~FavoriteProjectsModel()
◆ isFavoriteProject()
bool isFavoriteProject |
( |
const FilePath & |
filepath | ) |
const |
|
noexcept |
◆ addFavoriteProject()
void addFavoriteProject |
( |
const FilePath & |
filepath | ) |
|
|
noexcept |
◆ removeFavoriteProject()
void removeFavoriteProject |
( |
const FilePath & |
filepath | ) |
|
|
noexcept |
◆ updateVisibleProjects()
void updateVisibleProjects |
( |
| ) |
|
|
noexcept |
◆ operator=()
◆ save()
◆ rowCount()
int rowCount |
( |
const QModelIndex & |
parent = QModelIndex() | ) |
const |
|
private |
◆ data()
QVariant data |
( |
const QModelIndex & |
index, |
|
|
int |
role = Qt::DisplayRole |
|
) |
| const |
|
private |
◆ mWorkspace
◆ mFilePath
◆ mAllProjects
◆ mVisibleProjects
The documentation for this class was generated from the following files: