Tome
A generic data editor for games supporting arbitrary input and output formats.
Signals | Public Member Functions | List of all members
Tome::ErrorListDockWidget Class Reference

Shows messages, warnings and errors generated by automated tasks. More...

#include <errorlistdockwidget.h>

Inheritance diagram for Tome::ErrorListDockWidget:

Signals

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...
 

Public Member Functions

 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...
 

Detailed Description

Shows messages, warnings and errors generated by automated tasks.

Constructor & Destructor Documentation

◆ ErrorListDockWidget()

ErrorListDockWidget::ErrorListDockWidget ( QWidget *  parent)

Constructs a new widget for showing messages, warnings and errors generated by automated tasks.

Parameters
parentOptional owner widget.

Member Function Documentation

◆ 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
titleTitle of the current refresh operation.
textDetails of the current refresh operation.
currentValueCurrent progress value of the current refresh operation.
maximumValueMaximum 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
recordIdId of the selected record.

◆ showMessages()

void ErrorListDockWidget::showMessages ( const MessageList &  messages)

Shows the passed messages, warnings and errors.

Parameters
messagesMessages to show.

The documentation for this class was generated from the following files: