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

Finds records with File type fields who are referencing files that could not be found. More...

#include <referencedfiledoesnotexisttask.h>

Inheritance diagram for Tome::ReferencedFileDoesNotExistTask:
Tome::Task

Public Member Functions

const QString getDisplayName () const Q_DECL_OVERRIDE
 Gets the localized display name of this task, as shown next to progress bars. More...
 
const MessageList execute (const TaskContext &context) const Q_DECL_OVERRIDE
 Executes this task, generating a list of messages, warnings and errors. More...
 
- Public Member Functions inherited from Tome::Task
 Task ()
 Constructs a new automated task that may result in a list of messages, warnings and errors.
 

Static Public Attributes

static const QString MessageCode = "TO0202"
 Unique message code of this task. Used for looking up more verbose documentation.
 

Detailed Description

Finds records with File type fields who are referencing files that could not be found.

Member Function Documentation

◆ execute()

const MessageList ReferencedFileDoesNotExistTask::execute ( const TaskContext context) const
virtual

Executes this task, generating a list of messages, warnings and errors.

Parameters
contextControllers required for executing the task.
Returns
List of messages, warnings and errors.

Implements Tome::Task.

◆ getDisplayName()

const QString ReferencedFileDoesNotExistTask::getDisplayName ( ) const
virtual

Gets the localized display name of this task, as shown next to progress bars.

Returns
Localized display name of this task.

Implements Tome::Task.


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