 |
CTK
0.1.0
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.
|
Go to the documentation of this file.
24 #include "org_commontk_eventbus_Export.h"
25 #include "ctkPluginFrameworkExport.h"
30 #include <QStringList>
32 class ctkBusEventData;
42 QSharedDataPointer<ctkBusEventData> d;
62 ctkBusEvent(QString topic,
int event_type,
int signature_type, QObject *objectPointer, QString signature);
93 #endif // CTKBUSEVENT_H
void setEventTopic(QString topic)
QHash< QString, QVariant > ctkDictionary
ctkBusEvent(const QString &topic, const ctkDictionary &properties=ctkDictionary())
ctkBusEvent(const ctkBusEvent &event)
void setEventType(int et)
bool isEventLocal() const
QVariant & operator[](QString key)
ctkBusEvent & operator=(const ctkBusEvent &event)
QString eventTopic() const
ctkBusEvent(QString topic, int event_type, int signature_type, QObject *objectPointer, QString signature)