VPTissue Reference Manual
|
Event used to inform some observer that a project has changed. More...
#include <ProjectChanged.h>
Public Types | |
enum | Type { LeafAdded, LeafRemoved } |
Public Member Functions | |
ProjectChanged (Type type, const std::string &name) | |
const std::string & | GetName () const |
Get name of added/removed sim data file. | |
Type | GetType () const |
Get type. | |
Event used to inform some observer that a project has changed.
Really a POD but packaged to force users to initialize all data members.
Definition at line 31 of file ProjectChanged.h.