24#include "org_commontk_eventbus_Export.h"
25#include "ctkPluginFrameworkExport.h"
42 QSharedDataPointer<ctkBusEventData> d;
62 ctkBusEvent(QString topic,
int event_type,
int signature_type, QObject *objectPointer, QString signature);
ctkBusEvent & operator=(const ctkBusEvent &event)
ctkBusEvent(QString topic, int event_type, int signature_type, QObject *objectPointer, QString signature)
void setEventTopic(QString topic)
QString eventTopic() const
bool isEventLocal() const
ctkBusEvent(const QString &topic, const ctkDictionary &properties=ctkDictionary())
QVariant & operator[](QString key)
void setEventType(int et)
ctkBusEvent(const ctkBusEvent &event)
QHash< QString, QVariant > ctkDictionary