1 #ifndef GAUDIKERNEL_MODULEINCIDENT_H
2 #define GAUDIKERNEL_MODULEINCIDENT_H
19 const std::string&
type,
46 static std::string
TYPE() {
return std::string(
"ModuleLoaded"); }
52 #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
ModuleIncident(const std::string &source, const std::string &type, const std::string &module)
fired when a module (DLL) is loaded
ModuleLoadedIncident(const std::string &source, const std::string &module)
Base class for all Incidents (computing events).
static std::string TYPE()
virtual ~ModuleIncident()
base class for Module-related incident