VPTissue Reference Manual
SimShell::Gui::NewProjectDialog Class Reference

Dialog that asks user about information for setting up a new project. More...

#include <NewProjectDialog.h>

Inheritance diagram for SimShell::Gui::NewProjectDialog:
Inheritance graph
Collaboration diagram for SimShell::Gui::NewProjectDialog:
Collaboration graph

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.
 

Detailed Description

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.


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