![]() |
Tome
A generic data editor for games supporting arbitrary input and output formats.
|
Finds components who aren't referenced by any field definitions. More...
#include <componenthasnofieldstask.h>
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 = "TO0300" |
| Unique message code of this task. Used for looking up more verbose documentation. | |
Finds components who aren't referenced by any field definitions.
|
virtual |
Executes this task, generating a list of messages, warnings and errors.
| context | Controllers required for executing the task. |
Implements Tome::Task.
|
virtual |
Gets the localized display name of this task, as shown next to progress bars.
Implements Tome::Task.
1.8.13