VPTissue Reference Manual
|
Factory for application-specific stuff in generic simshell GUI. More...
#include <IFactory.h>
Public Member Functions | |
virtual | ~IFactory () |
Virtual destructor for interface class. | |
virtual std::shared_ptr< Ws::IWorkspaceFactory > | CreateWorkspaceFactory () const =0 |
Create workspace factory. | |
virtual std::string | GetAbout () const =0 |
Get text shown in the "About" box. | |
virtual std::string | GetApplicationName () const =0 |
Get application name. | |
virtual std::string | GetOrganizationName () const =0 |
Get organization name. | |
Factory for application-specific stuff in generic simshell GUI.
Definition at line 30 of file IFactory.h.