![]() |
VPTissue Reference Manual
|
A file containing a gzip'ed XML representation of a project. More...
#include <StartupFileXmlGz.h>
Public Member Functions | |
StartupFileXmlGz (const std::string &path) | |
Constructor. More... | |
virtual std::vector< QAction * > | GetContextMenuActions () const |
virtual boost::property_tree::ptree | ToPtree () const |
![]() | |
StartupFilePtree (const std::string &path) | |
Constructor. More... | |
virtual std::shared_ptr< SimShell::Session::ISession > | CreateSession (std::shared_ptr< SimShell::Ws::IProject > proj, std::shared_ptr< SimShell::Ws::IWorkspace > ws) const |
virtual SimPT_Sim::SimState | GetSimState (int timestep) const |
virtual std::vector< int > | GetTimeSteps () const |
![]() | |
StartupFileBase (const std::string &path) | |
Constructor. More... | |
virtual const std::string & | GetPath () const |
![]() | |
virtual | ~IFile () |
Virtual destructor. | |
Additional Inherited Members | |
![]() | |
using | ConstructorType = std::function< std::shared_ptr< IFile >(const std::string &, const std::string &)> |
First argument: filename. More... | |
![]() | |
static const ConstructorType | Constructor |
![]() | |
const std::string | m_path |
A file containing a gzip'ed XML representation of a project.
Definition at line 31 of file StartupFileXmlGz.h.
SimPT_Shell::Ws::StartupFileXmlGz::StartupFileXmlGz | ( | const std::string & | path | ) |
|
virtual |
|
virtual |
Implements SimPT_Shell::Ws::StartupFilePtree.
Definition at line 42 of file StartupFileXmlGz.cpp.