VPTissue Reference Manual
SimPT_Shell::Ws::StartupFileXmlGz Class Reference

A file containing a gzip'ed XML representation of a project. More...

#include <StartupFileXmlGz.h>

Inheritance diagram for SimPT_Shell::Ws::StartupFileXmlGz:
Inheritance graph
Collaboration diagram for SimPT_Shell::Ws::StartupFileXmlGz:
Collaboration graph

Public Member Functions

 StartupFileXmlGz (const std::string &path)
 Constructor. More...
 
virtual std::vector< QAction * > GetContextMenuActions () const
 
virtual boost::property_tree::ptree ToPtree () const
 
- Public Member Functions inherited from SimPT_Shell::Ws::StartupFilePtree
 StartupFilePtree (const std::string &path)
 Constructor. More...
 
virtual std::shared_ptr< SimShell::Session::ISessionCreateSession (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
 
- Public Member Functions inherited from SimPT_Shell::Ws::StartupFileBase
 StartupFileBase (const std::string &path)
 Constructor. More...
 
virtual const std::string & GetPath () const
 
- Public Member Functions inherited from SimShell::Ws::IFile
virtual ~IFile ()
 Virtual destructor.
 

Additional Inherited Members

- Public Types inherited from SimShell::Ws::IFile
using ConstructorType = std::function< std::shared_ptr< IFile >(const std::string &, const std::string &)>
 First argument: filename. More...
 
- Static Public Attributes inherited from SimPT_Shell::Ws::StartupFileBase
static const ConstructorType Constructor
 
- Protected Attributes inherited from SimPT_Shell::Ws::StartupFileBase
const std::string m_path
 

Detailed Description

A file containing a gzip'ed XML representation of a project.

Definition at line 31 of file StartupFileXmlGz.h.

Constructor & Destructor Documentation

SimPT_Shell::Ws::StartupFileXmlGz::StartupFileXmlGz ( const std::string &  path)

Constructor.

Parameters
pathPath to file.

Definition at line 31 of file StartupFileXmlGz.cpp.

Member Function Documentation

vector< QAction * > SimPT_Shell::Ws::StartupFileXmlGz::GetContextMenuActions ( ) const
virtual
See also
IFile

Implements SimShell::Ws::IFile.

Definition at line 37 of file StartupFileXmlGz.cpp.

ptree SimPT_Shell::Ws::StartupFileXmlGz::ToPtree ( ) const
virtual
See also
StartupFilePtree

Implements SimPT_Shell::Ws::StartupFilePtree.

Definition at line 42 of file StartupFileXmlGz.cpp.


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