Medical Imaging Interaction Toolkit
2025.12.02
Medical Imaging Interaction Toolkit
IChangeText.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 ICHANGETEXT_H_
14
#define ICHANGETEXT_H_
15
16
#include <
berryObject.h
>
17
18
#include "org_mitk_example_gui_extensionpointdefinition_Export.h"
19
20
struct
org_mitk_example_gui_extensionpointdefinition_EXPORT
IChangeText
:
public
virtual
berry::Object
21
{
22
berryObjectMacro
(
IChangeText
);
23
24
~IChangeText
()
override
;
25
26
virtual
QString
ChangeText
(
const
QString &s) = 0;
27
};
28
29
Q_DECLARE_INTERFACE(
IChangeText
,
"org.mitk.example.IChangeText"
)
30
31
#endif
/*ICHANGETEXT_H_*/
berryObject.h
berry::Object
Light weight base class for most BlueBerry classes.
Definition:
berryObject.h:73
IChangeText
Definition:
IChangeText.h:21
IChangeText::~IChangeText
~IChangeText() override
IChangeText::berryObjectMacro
berryObjectMacro(IChangeText)
IChangeText::ChangeText
virtual QString ChangeText(const QString &s)=0
src
MITK
Examples
Plugins
org.mitk.example.gui.extensionpointdefinition
src
IChangeText.h
Generated on Mon Feb 23 2026 23:28:08 for Medical Imaging Interaction Toolkit by
1.9.1