Medical Imaging Interaction Toolkit
2024.06.00
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_*/
berry::Object
Light weight base class for most BlueBerry classes.
Definition:
berryObject.h:72
berryObjectMacro
#define berryObjectMacro(...)
Definition:
berryMacros.h:31
berryObject.h
IChangeText
Definition:
IChangeText.h:20
src
MITK
Examples
Plugins
org.mitk.example.gui.extensionpointdefinition
src
IChangeText.h
Generated on Mon Jun 17 2024 12:43:21 for Medical Imaging Interaction Toolkit by
1.8.17