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
ctkEventConstants::SERVICE_ID
static const QString SERVICE_ID
Definition: ctkEventConstants.h:197
ctkEventConstants::EVENT_DELIVERY
static const QString EVENT_DELIVERY
Definition: ctkEventConstants.h:95
ctkEventConstants::EVENT_TOPIC
static const QString EVENT_TOPIC
Definition: ctkEventConstants.h:58
ctkEventConstants
Definition: ctkEventConstants.h:37
ctkEventConstants::DELIVERY_ASYNC_ORDERED
static const QString DELIVERY_ASYNC_ORDERED
Definition: ctkEventConstants.h:110
ctkEventConstants::SERVICE_OBJECTCLASS
static const QString SERVICE_OBJECTCLASS
Definition: ctkEventConstants.h:203
ctkEventConstants::EVENT_FILTER
static const QString EVENT_FILTER
Definition: ctkEventConstants.h:79
ctkEventConstants::EXCEPTION_MESSAGE
static const QString EXCEPTION_MESSAGE
Definition: ctkEventConstants.h:179
ctkEventConstants::TIMESTAMP
static const QString TIMESTAMP
Definition: ctkEventConstants.h:216
ctkEventConstants::MESSAGE
static const QString MESSAGE
Definition: ctkEventConstants.h:185
ctkEventConstants::SERVICE
static const QString SERVICE
Definition: ctkEventConstants.h:191
ctkEventConstants::EXCEPTION_CLASS
static const QString EXCEPTION_CLASS
Definition: ctkEventConstants.h:171
ctkEventConstants::EVENT
static const QString EVENT
Definition: ctkEventConstants.h:158
ctkEventConstants::PLUGIN_SYMBOLICNAME
static const QString PLUGIN_SYMBOLICNAME
Definition: ctkEventConstants.h:132
ctkEventConstants::PLUGIN_VERSION
static const QString PLUGIN_VERSION
Definition: ctkEventConstants.h:150
ctkEventConstants::PLUGIN_ID
static const QString PLUGIN_ID
Definition: ctkEventConstants.h:138
ctkEventConstants::SERVICE_PID
static const QString SERVICE_PID
Definition: ctkEventConstants.h:209
ctkEventConstants::PLUGIN
static const QString PLUGIN
Definition: ctkEventConstants.h:144
ctkEventConstants::DELIVERY_ASYNC_UNORDERED
static const QString DELIVERY_ASYNC_UNORDERED
Definition: ctkEventConstants.h:126
ctkEventConstants::EXCEPTION
static const QString EXCEPTION
Definition: ctkEventConstants.h:164