Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
Home
Manual
API Reference
Download
Bugzilla
Groups
Namespace List
Class List
File List
Examples
File List
File Members
berryPropertyTester.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 BERRYPROPERTYTESTER_H_
18
#define BERRYPROPERTYTESTER_H_
19
20
#include <
berryIConfigurationElement.h
>
21
22
#include "internal/berryPropertyTesterDescriptor.h"
23
24
#include <
org_blueberry_core_expressions_Export.h
>
25
26
27
namespace
berry
{
28
72
class
BERRY_EXPRESSIONS
PropertyTester
:
public
QObject,
public
IPropertyTester
73
{
74
Q_OBJECT
75
Q_INTERFACES(
berry::IPropertyTester
)
76
77
private
:
78
IConfigurationElement::Pointer
fConfigElement;
79
QString fNamespace;
80
QString fProperties;
81
82
public
:
91
void
InternalInitialize(
PropertyTesterDescriptor::Pointer
descriptor);
92
99
PropertyTesterDescriptor::Pointer
InternalCreateDescriptor();
100
104
bool
Handles(
const
QString& namespaze,
const
QString& property)
override
;
105
109
bool
IsInstantiated()
override
;
110
114
bool
IsDeclaringPluginActive()
override
;
115
119
IPropertyTester
* Instantiate()
override
;
120
121
};
122
123
}
// namespace berry
124
125
#endif
/*BERRYPROPERTYTESTER_H_*/
berry
Definition:
QmitkPropertyItemModel.h:27
mitk::Pointer
itk::SmartPointer< Self > Pointer
Definition:
mitkRenderingManager.h:389
berry::PropertyTester
Definition:
berryPropertyTester.h:72
berry::IPropertyTester
Definition:
berryIPropertyTester.h:42
org_blueberry_core_expressions_Export.h
berry::SmartPointer< Self >
berryIConfigurationElement.h
BERRY_EXPRESSIONS
#define BERRY_EXPRESSIONS
Definition:
org_blueberry_core_expressions_Export.h:23
git
MITK
Plugins
org.blueberry.core.expressions
src
berryPropertyTester.h
Generated on Fri Feb 3 2017 20:51:44 for Medical Imaging Interaction Toolkit by
1.8.9.1