![]() |
Tome
A generic data editor for games supporting arbitrary input and output formats.
|
Window for adding and removing custom types. More...
#include <customtypeswindow.h>
Public Member Functions | |
| CustomTypesWindow (Tome::TypesController &typesController, Tome::FacetsController &facetsController, Tome::FieldDefinitionsController &fieldDefinitionsController, Tome::FindUsagesController &findUsagesController, Tome::RecordsController &recordsController, Tome::UndoController &undoController, QWidget *parent=0) | |
| Constructs a new window for adding and removing custom types. More... | |
Protected Member Functions | |
| void | showEvent (QShowEvent *event) |
| Updates the view, if necessary, and shows the window. More... | |
Window for adding and removing custom types.
|
explicit |
Constructs a new window for adding and removing custom types.
| typesController | Controller for adding, updating and removing custom types |
| facetsController | Controller for validating type facets. |
| fieldDefinitionsController | Controller for adding, updating and removing field definitions. |
| findUsagesController | Controller for finding usages of fields, records and custom types. |
| recordsController | Controller for adding, updating and removing records. |
| undoController | Controller for performing undo-able commands. |
| parent | Optional owner widget. |
|
protected |
Updates the view, if necessary, and shows the window.
| event | Event for showing the window. |
1.8.13