4 #include <score_lib_base_export.h>
19 virtual int32_t id_val()
const noexcept = 0;
24 E_SIGNAL(SCORE_LIB_BASE_EXPORT, identified_object_destroying, o)
28 E_SIGNAL(SCORE_LIB_BASE_EXPORT, identified_object_destroyed, o)
30 virtual
void resetCache() const noexcept = 0;
33 using QObject::QObject;
36 QObject::setObjectName(name);
37 QObject::setParent(parent);
Base class for IdentifiedObject.
Definition: IdentifiedObjectAbstract.hpp:16
void identified_object_destroying(IdentifiedObjectAbstract *o)
To be called by subclasses.