VPTissue Reference Manual
|
A wizard that assists the user either specifying an existing workspace, or creating a new workspace. More...
#include <WorkspaceWizard.h>
Classes | |
class | DonePage |
class | ExistingPage |
Page shown when user specified an existing workspace. More... | |
class | InitPage |
Page shown when user specified a path that doesn't contain a workspace already. More... | |
class | PathPage |
Public Member Functions | |
WorkspaceWizard (const std::shared_ptr< Ws::IWorkspaceFactory > &, QWidget *parent=0) | |
std::string | GetWorkspaceDir () const |
After WorkspaceWizard::exec() returns QDialog::Accepted, this function will return workspace directory selected by user. More... | |
A wizard that assists the user either specifying an existing workspace, or creating a new workspace.
Definition at line 42 of file WorkspaceWizard.h.
string SimShell::Gui::WorkspaceWizard::GetWorkspaceDir | ( | ) | const |
After WorkspaceWizard::exec() returns QDialog::Accepted, this function will return workspace directory selected by user.
Definition at line 55 of file WorkspaceWizard.cpp.