1 #ifndef GAUDIKERNEL_MODULEINCIDENT_H 2 #define GAUDIKERNEL_MODULEINCIDENT_H 58 #endif // GAUDIKERNEL_MODULEINCIDENT_H std::string m_module
the model (DLL) being worked on
const std::string & type() const
Access to the incident type.
const std::string & source() const
Access to the source of the incident.
const std::string & module() const
the model (DLL) being worked on
virtual ~ModuleIncident()=default
ModuleIncident(std::string source, std::string type, std::string module)
fired when a module (DLL) is loaded
Base class for all Incidents (computing events).
static std::string TYPE()
base class for Module-related incident
ModuleLoadedIncident(std::string source, std::string module)