ctkEventConstants.h 337 B

1234567891011121314151617181920
  1. #ifndef CTKEVENTCONSTANTS_H
  2. #define CTKEVENTCONSTANTS_H
  3. #include <QString>
  4. #include "CTKPluginFrameworkExport.h"
  5. namespace ctk {
  6. struct CTK_PLUGINFW_EXPORT EventConstants {
  7. static const QString EVENT_TOPIC; // = "event.topics"
  8. static const QString EVENT_FILTER; // = "event.filter"
  9. };
  10. }
  11. #endif // CTKEVENTCONSTANTS_H