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
TagEditorTableWidget::TagEditorTableWidget |
( |
QWidget * |
parent = nullptr | ) |
|
XXX delegate should be improved because this piece of code has to be duplicated
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
void TagEditorTableWidget::clear |
( |
| ) |
|
|
slot |
void TagEditorTableWidget::init |
( |
| ) |
|
It's not possible to initialize header in the constructor. The object has to be instantiated completely first.
void TagEditorTableWidget::resetTable |
( |
| ) |
|
void TagEditorTableWidget::updateCellData |
( |
int |
row, |
|
|
int |
column, |
|
|
const QString & |
text |
|
) |
| |
void TagEditorTableWidget::updateColumnData |
( |
int |
column, |
|
|
const QString & |
text |
|
) |
| |
The documentation for this class was generated from the following files: