VPTissue Reference Manual
|
Dialog that asks user about information for setting up a new project. More...
#include <NewProjectDialog.h>
Public Member Functions | |
NewProjectDialog (const std::shared_ptr< Ws::IWorkspaceFactory > &, QWidget *parent=nullptr) | |
std::string | GetProjectName () const |
Get project name string entered by user. | |
std::string | GetSrcPath () const |
Get path of custom file select by user. | |
Ws::IWorkspace::ConstProjectIterator | GetSrcProject () const |
Get project selected by user. | |
bool | IsCopyProject () const |
Whether user wants to copy an existing project from template workspace or just copy a single data file. | |
Dialog that asks user about information for setting up a new project.
User has possibility to copy and existing project from the workspace template (see Ws::IWorkspaceFactory::GetWorkspaceTemplatePath()), or using an existing file as basis for the new project.
Definition at line 47 of file NewProjectDialog.h.