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

Window for creating a new Tome project. More...

#include <newprojectwindow.h>

Inheritance diagram for NewProjectWindow:

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...
 

Detailed Description

Window for creating a new Tome project.

Constructor & Destructor Documentation

◆ NewProjectWindow()

NewProjectWindow::NewProjectWindow ( QWidget *  parent = 0)
explicit

Constructs a new window for creating a new Tome project.

Parameters
parentOptional owner widget.

Member Function Documentation

◆ getProjectName()

QString NewProjectWindow::getProjectName ( ) const

Gets the name of the new project, as shown in the UI.

Returns
Name of the new project.

◆ getProjectPath()

QString NewProjectWindow::getProjectPath ( ) const

Gets the absolute path to the new project, without file name.

Returns
Absolute path to the new project, without file name.

◆ getProjectRecordIdType()

RecordIdType::RecordIdType NewProjectWindow::getProjectRecordIdType ( ) const

Gets the type of the ids of the records of the new project.

Returns
Type of the ids of the records of the new project.

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