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
berryIContributionRoot.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
18
#ifndef BERRYICONTRIBUTIONROOT_H
19
#define BERRYICONTRIBUTIONROOT_H
20
21
#include <
berryObject.h
>
22
23
namespace
berry
{
24
25
struct
IContributionItem;
26
27
class
Expression;
28
35
struct
IContributionRoot
:
public
Object
36
{
37
berryObjectMacro
(
berry::IContributionRoot
)
38
39
50
virtual
void
AddContributionItem(
const
SmartPointer<IContributionItem>
& item,
51
const
SmartPointer<Expression>
&
visibleWhen
) = 0;
52
65
virtual
void
RegisterVisibilityForChild
(
const
SmartPointer<IContributionItem>
& item,
66
const
SmartPointer<Expression>
&
visibleWhen
) = 0;
67
};
68
69
}
70
71
#endif // BERRYICONTRIBUTIONROOT_H
berry
Definition:
QmitkPropertyItemModel.h:27
berry::Object
Light weight base class for most BlueBerry classes.
Definition:
berryObject.h:78
berry::SmartPointer
Implements transparent reference counting.
Definition:
berryICommandCategoryListener.h:25
berry::IContributionRoot::berryObjectMacro
berryObjectMacro(berry::IContributionRoot) virtual void AddContributionItem(const SmartPointer< IContributionItem > &item
berry::IContributionRoot::RegisterVisibilityForChild
virtual void RegisterVisibilityForChild(const SmartPointer< IContributionItem > &item, const SmartPointer< Expression > &visibleWhen)=0
berryObject.h
berry::IContributionRoot::visibleWhen
const SmartPointer< Expression > & visibleWhen
Definition:
berryIContributionRoot.h:51
berry::IContributionRoot
Definition:
berryIContributionRoot.h:35
git
MITK
Plugins
org.blueberry.ui.qt
src
berryIContributionRoot.h
Generated on Fri Feb 3 2017 20:51:44 for Medical Imaging Interaction Toolkit by
1.8.9.1