![]() |
Tome
A generic data editor for games supporting arbitrary input and output formats.
|
Window for creating a new Tome project. More...
#include <newprojectwindow.h>
Public Member Functions | |
| NewProjectWindow (QWidget *parent=0) | |
| Constructs a new window for creating a new Tome project. More... | |
| QString | getProjectName () const |
| Gets the name of the new project, as shown in the UI. More... | |
| QString | getProjectPath () const |
| Gets the absolute path to the new project, without file name. More... | |
| Tome::RecordIdType::RecordIdType | getProjectRecordIdType () const |
| Gets the type of the ids of the records of the new project. More... | |
Window for creating a new Tome project.
|
explicit |
Constructs a new window for creating a new Tome project.
| parent | Optional owner widget. |
| QString NewProjectWindow::getProjectName | ( | ) | const |
Gets the name of the new project, as shown in the UI.
| QString NewProjectWindow::getProjectPath | ( | ) | const |
Gets the absolute path to the new project, without file name.
| RecordIdType::RecordIdType NewProjectWindow::getProjectRecordIdType | ( | ) | const |
Gets the type of the ids of the records of the new project.
1.8.13