22 #ifndef CTKPLUGINEVENT_H
23 #define CTKPLUGINEVENT_H
25 #include <QSharedDataPointer>
26 #include <QSharedPointer>
29 #include "ctkPluginFrameworkExport.h"
33 class ctkPluginEventData;
50 QSharedDataPointer<ctkPluginEventData> d;
213 CTK_PLUGINFW_EXPORT QDebug operator<<(QDebug debug,
ctkPluginEvent::Type eventType);
214 CTK_PLUGINFW_EXPORT QDebug operator<<(QDebug debug, const
ctkPluginEvent& event);
217 #endif // CTKPLUGINEVENT_H