VPTissue Reference Manual
SimShell::Gui::WorkspaceWizard Class Reference

A wizard that assists the user either specifying an existing workspace, or creating a new workspace. More...

#include <WorkspaceWizard.h>

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

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

Detailed Description

A wizard that assists the user either specifying an existing workspace, or creating a new workspace.

Definition at line 42 of file WorkspaceWizard.h.

Member Function Documentation

string SimShell::Gui::WorkspaceWizard::GetWorkspaceDir ( ) const

After WorkspaceWizard::exec() returns QDialog::Accepted, this function will return workspace directory selected by user.

Returns
Path to workspace selected by user.

Definition at line 55 of file WorkspaceWizard.cpp.


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