VPTissue Reference Manual
|
Viewer that writes to file and needs to maintain some state info w.r.t. More...
#include <FileViewer.h>
Public Member Functions | |
FileViewer (const std::shared_ptr< SimShell::Ws::MergedPreferences > &) | |
FileViewer (const std::shared_ptr< SimShell::Ws::MergedPreferences > &, std::string const &dir_path) | |
virtual | ~FileViewer () |
Destructor must be virtual. | |
template<typename EventType > | |
void | Update (const EventType &e) |
Check whether export should happen and then do so. | |
Viewer that writes to file and needs to maintain some state info w.r.t.
file it is writing to.
Definition at line 35 of file FileViewer.h.