|
| LibraryListModel (QObject *parent=nullptr) |
|
int | rowCount (const QModelIndex &parent=QModelIndex()) const override |
|
QVariant | data (const QModelIndex &index, int role) const override |
|
void | append_row (const LibName &name, const LibPath &path) |
|
void | rename_row (int row, const LibName &new_name) |
|
void | change_path (int row, const LibPath &path) |
|
void | move_row (int from, int to) |
|
void | remove_row (int row) |
|
QStringList | all_names () const |
|
QStringList | all_paths () const |
|
void | reset () |
|
bool | commit () |
|