CTK  0.1.0
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.
ctkEventConstants.h
Go to the documentation of this file.
1 /*=============================================================================
2 
3  Library: CTK
4 
5  Copyright (c) German Cancer Research Center,
6  Division of Medical and Biological Informatics
7 
8  Licensed under the Apache License, Version 2.0 (the "License");
9  you may not use this file except in compliance with the License.
10  You may obtain a copy of the License at
11 
12  http://www.apache.org/licenses/LICENSE-2.0
13 
14  Unless required by applicable law or agreed to in writing, software
15  distributed under the License is distributed on an "AS IS" BASIS,
16  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17  See the License for the specific language governing permissions and
18  limitations under the License.
19 
20 =============================================================================*/
21 
22 #ifndef CTKEVENTCONSTANTS_H
23 #define CTKEVENTCONSTANTS_H
24 
25 #include <QString>
26 
27 #include "ctkPluginFrameworkExport.h"
28 
37 struct CTK_PLUGINFW_EXPORT ctkEventConstants {
38 
58  static const QString EVENT_TOPIC; // = "event.topics"
59 
79  static const QString EVENT_FILTER; // = "event.filter"
80 
95  static const QString EVENT_DELIVERY; // = "event.delivery"
96 
110  static const QString DELIVERY_ASYNC_ORDERED; // = "async.ordered"
111 
126  static const QString DELIVERY_ASYNC_UNORDERED; // = "async.unordered"
127 
132  static const QString PLUGIN_SYMBOLICNAME; // = "plugin.symbolicName"
133 
138  static const QString PLUGIN_ID; // = "plugin.id"
139 
144  static const QString PLUGIN; // = "plugin"
145 
150  static const QString PLUGIN_VERSION; // = "plugin.version"
151 
158  static const QString EVENT; // = "event"
159 
164  static const QString EXCEPTION; // = "exception"
165 
171  static const QString EXCEPTION_CLASS; // = "exception.class"
172 
179  static const QString EXCEPTION_MESSAGE; // = "exception.message"
180 
185  static const QString MESSAGE; // = "message"
186 
191  static const QString SERVICE; // = "service"
192 
197  static const QString SERVICE_ID; // = ctkPluginConstants::SERVICE_ID
198 
203  static const QString SERVICE_OBJECTCLASS; // = "service.objectClass"
204 
209  static const QString SERVICE_PID; // = ctkPluginConstants::SERVICE_PID
210 
216  static const QString TIMESTAMP; // = "timestamp"
217 
218 };
219 
220 #endif // CTKEVENTCONSTANTS_H
static const QString SERVICE_PID
static const QString EVENT_TOPIC
static const QString PLUGIN_VERSION
static const QString SERVICE_ID
static const QString PLUGIN_ID
static const QString EXCEPTION_MESSAGE
static const QString TIMESTAMP
static const QString EVENT_FILTER
static const QString MESSAGE
static const QString DELIVERY_ASYNC_UNORDERED
static const QString EVENT
static const QString SERVICE_OBJECTCLASS
static const QString EXCEPTION
static const QString SERVICE
static const QString EXCEPTION_CLASS
static const QString PLUGIN_SYMBOLICNAME
static const QString EVENT_DELIVERY
static const QString DELIVERY_ASYNC_ORDERED
static const QString PLUGIN