Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
berryPropertyTester.h
Go to the documentation of this file.
1
/*============================================================================
2
3
The Medical Imaging Interaction Toolkit (MITK)
4
5
Copyright (c) German Cancer Research Center (DKFZ)
6
All rights reserved.
7
8
Use of this source code is governed by a 3-clause BSD license that can be
9
found in the LICENSE file.
10
11
============================================================================*/
12
13
#ifndef BERRYPROPERTYTESTER_H_
14
#define BERRYPROPERTYTESTER_H_
15
16
#include <
berryIConfigurationElement.h
>
17
18
#include "internal/berryPropertyTesterDescriptor.h"
19
20
#include <
org_blueberry_core_expressions_Export.h
>
21
22
23
namespace
berry
{
24
68
class
BERRY_EXPRESSIONS
PropertyTester
:
public
QObject,
public
IPropertyTester
69
{
70
Q_OBJECT
71
Q_INTERFACES(
berry::IPropertyTester
)
72
73
private
:
74
IConfigurationElement::Pointer
fConfigElement;
75
QString fNamespace;
76
QString fProperties;
77
78
public
:
87
void
InternalInitialize(PropertyTesterDescriptor::Pointer descriptor);
88
95
PropertyTesterDescriptor::Pointer InternalCreateDescriptor();
96
100
bool
Handles(
const
QString& namespaze,
const
QString& property)
override
;
101
105
bool
IsInstantiated()
override
;
106
110
bool
IsDeclaringPluginActive()
override
;
111
115
IPropertyTester
* Instantiate()
override
;
116
117
};
118
119
}
// namespace berry
120
121
#endif
/*BERRYPROPERTYTESTER_H_*/
berry::SmartPointer
Implements transparent reference counting.
Definition:
berryICommandCategoryListener.h:21
org_blueberry_core_expressions_Export.h
berry::IPropertyTester
Definition:
berryIPropertyTester.h:38
berry::PropertyTester
Definition:
berryPropertyTester.h:68
berryIConfigurationElement.h
BERRY_EXPRESSIONS
#define BERRY_EXPRESSIONS
Definition:
org_blueberry_core_expressions_Export.h:26
berry
Definition:
QmitkPropertyItemModel.h:24
src
MITK
Plugins
org.blueberry.core.expressions
src
berryPropertyTester.h
Generated on Mon Jun 17 2024 12:43:21 for Medical Imaging Interaction Toolkit by
1.8.17