![]() |
Tome
A generic data editor for games supporting arbitrary input and output formats.
|
Context to run automated tasks in. More...
#include <taskcontext.h>
Public Member Functions | |
| TaskContext (const ComponentsController &componentsController, const FacetsController &facetsController, const FieldDefinitionsController &fieldDefinitionsController, const ProjectController &projectController, const RecordsController &recordsController, const TypesController &typesController) | |
| Constructs a new context to run automated tasks in. More... | |
Public Attributes | |
| const ComponentsController & | componentsController |
| Controller for adding and removing components. | |
| const FacetsController & | facetsController |
| Controller for validating type facets. | |
| const FieldDefinitionsController & | fieldDefinitionsController |
| Controller for adding, updating and removing field definitions. | |
| const ProjectController & | projectController |
| Controller for creating, loading and saving projects. | |
| const RecordsController & | recordsController |
| Controller for adding, updating and removing records. | |
| const TypesController & | typesController |
| Controller for adding, updating and removing custom types. | |
Context to run automated tasks in.
| TaskContext::TaskContext | ( | const ComponentsController & | componentsController, |
| const FacetsController & | facetsController, | ||
| const FieldDefinitionsController & | fieldDefinitionsController, | ||
| const ProjectController & | projectController, | ||
| const RecordsController & | recordsController, | ||
| const TypesController & | typesController | ||
| ) |
Constructs a new context to run automated tasks in.
| componentsController | Controller for adding and removing components. |
| facetsController | Controller for validating type facets. |
| fieldDefinitionsController | Controller for adding, updating and removing field definitions. |
| projectController | Controller for creating, loading and saving projects. |
| recordsController | Controller for adding, updating and removing records. |
| typesController | Controller for adding, updating and removing custom types. |
1.8.13