Shows messages, warnings and errors generated by automated tasks.
More...
#include <errorlistdockwidget.h>
|
| void | progressChanged (const QString title, const QString text, const int currentValue, const int maximumValue) const |
| | Progress of the refreshing the message list has changed. More...
|
| |
| void | recordLinkActivated (const QString &recordId) |
| | A link to another Tome record has been activated. More...
|
| |
|
| | ErrorListDockWidget (QWidget *parent) |
| | Constructs a new widget for showing messages, warnings and errors generated by automated tasks. More...
|
| |
| void | showMessages (const MessageList &messages) |
| | Shows the passed messages, warnings and errors. More...
|
| |
Shows messages, warnings and errors generated by automated tasks.
◆ ErrorListDockWidget()
| ErrorListDockWidget::ErrorListDockWidget |
( |
QWidget * |
parent | ) |
|
Constructs a new widget for showing messages, warnings and errors generated by automated tasks.
- Parameters
-
| parent | Optional owner widget. |
◆ progressChanged
| void Tome::ErrorListDockWidget::progressChanged |
( |
const QString |
title, |
|
|
const QString |
text, |
|
|
const int |
currentValue, |
|
|
const int |
maximumValue |
|
) |
| const |
|
signal |
Progress of the refreshing the message list has changed.
- Parameters
-
| title | Title of the current refresh operation. |
| text | Details of the current refresh operation. |
| currentValue | Current progress value of the current refresh operation. |
| maximumValue | Maximum progress value of the current refresh operation. |
◆ recordLinkActivated
| void Tome::ErrorListDockWidget::recordLinkActivated |
( |
const QString & |
recordId | ) |
|
|
signal |
A link to another Tome record has been activated.
- Parameters
-
| recordId | Id of the selected record. |
◆ showMessages()
| void ErrorListDockWidget::showMessages |
( |
const MessageList & |
messages | ) |
|
Shows the passed messages, warnings and errors.
- Parameters
-
| messages | Messages to show. |
The documentation for this class was generated from the following files:
- Source/Tome/Features/Tasks/View/errorlistdockwidget.h
- Source/Tome/Features/Tasks/View/errorlistdockwidget.cpp