The TagEditorTableWidget class is a table where one can select lines in order to edit multiple tags.
More...
#include <tageditortablewidget.h>
The TagEditorTableWidget class is a table where one can select lines in order to edit multiple tags.
- Author
- Matthieu Bachelier
- Copyright
- GNU General Public License v3
◆ DataUserRole
◆ TagEditorTableWidget()
TagEditorTableWidget::TagEditorTableWidget |
( |
QWidget * |
parent = nullptr | ) |
|
|
explicit |
XXX delegate should be improved because this piece of code has to be duplicated
◆ ~TagEditorTableWidget()
TagEditorTableWidget::~TagEditorTableWidget |
( |
| ) |
|
|
virtual |
◆ addItemsToEditor
bool TagEditorTableWidget::addItemsToEditor |
( |
const QStringList & |
tracks, |
|
|
QMap< int, Cover *> & |
covers |
|
) |
| |
|
slot |
Add items to the table in order to edit them.
XXX: warning, this information is difficult to find even if public
◆ clear
void TagEditorTableWidget::clear |
( |
| ) |
|
|
slot |
◆ init()
void TagEditorTableWidget::init |
( |
| ) |
|
It's not possible to initialize header in the constructor. The object has to be instantiated completely first.
◆ resetTable()
void TagEditorTableWidget::resetTable |
( |
| ) |
|
◆ updateCellData()
void TagEditorTableWidget::updateCellData |
( |
int |
row, |
|
|
int |
column, |
|
|
const QString & |
text |
|
) |
| |
◆ updateColumnData()
void TagEditorTableWidget::updateColumnData |
( |
int |
column, |
|
|
const QString & |
text |
|
) |
| |
The documentation for this class was generated from the following files: