23 #ifndef CTKCONFIGURATIONEVENT_H
24 #define CTKCONFIGURATIONEVENT_H
26 #include <QSharedDataPointer>
31 class ctkConfigurationEventData;
64 QSharedDataPointer<ctkConfigurationEventData> d;
83 CM_UPDATED = 0x00000001,
98 CM_DELETED = 0x00000002
132 Type type,
const QString& factoryPid,
ctkConfigurationEvent(const ctkConfigurationEvent &other)
ctkConfigurationEvent(const ctkServiceReference &reference, Type type, const QString &factoryPid, const QString &pid)
QString getFactoryPid() const
ctkServiceReference getReference() const
ctkConfigurationEvent & operator=(const ctkConfigurationEvent &other)
CTK_PLUGINFW_EXPORT QDebug operator<<(QDebug dbg, ctkConfigurationEvent::Type type)