Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
berryRegistryConstants.h
Go to the documentation of this file.
1 /*===================================================================
2 
3 BlueBerry Platform
4 
5 Copyright (c) German Cancer Research Center,
6 Division of Medical and Biological Informatics.
7 All rights reserved.
8 
9 This software is distributed WITHOUT ANY WARRANTY; without
10 even the implied warranty of MERCHANTABILITY or FITNESS FOR
11 A PARTICULAR PURPOSE.
12 
13 See LICENSE.txt or http://www.mitk.org for details.
14 
15 ===================================================================*/
16 
17 #ifndef BERRYREGISTRYCONSTANTS_H
18 #define BERRYREGISTRYCONSTANTS_H
19 
20 #include <QString>
21 
23 
24 namespace berry {
25 
27 {
28 
33  static const QString RUNTIME_NAME; // = "org.blueberry.core.runtime";
34 
35  // System options
36  static const QString PROP_NO_REGISTRY_FLUSHING; // = "BlueBerry.noRegistryFlushing";
37  static const QString PROP_NO_LAZY_REGISTRY_CACHE_LOADING; // = "BlueBerry.noLazyRegistryCacheLoading";
38  static const QString PROP_CHECK_CONFIG; // = "osgi.checkConfiguration";
39  static const QString PROP_NO_REGISTRY_CACHE; // = "BlueBerry.noRegistryCache";
40  static const QString PROP_DEFAULT_REGISTRY; // = "BlueBerry.createRegistry";
41  static const QString PROP_REGISTRY_NULL_USER_TOKEN; // = "BlueBerry.registry.nulltoken";
42  static const QString PROP_REGISTRY_MULTI_LANGUAGE; // = "BlueBerry.registry.MultiLanguage";
43 
47  static const int PLUGIN_ERROR; // = 1;
48 };
49 
50 }
51 
52 #endif // BERRYREGISTRYCONSTANTS_H
static const QString PROP_NO_LAZY_REGISTRY_CACHE_LOADING
static const QString PROP_CHECK_CONFIG
#define org_blueberry_core_runtime_EXPORT
static const QString RUNTIME_NAME
static const QString PROP_NO_REGISTRY_FLUSHING
static const QString PROP_DEFAULT_REGISTRY
static const QString PROP_REGISTRY_MULTI_LANGUAGE
static const QString PROP_NO_REGISTRY_CACHE
static const QString PROP_REGISTRY_NULL_USER_TOKEN