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
berryProgressProvider.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 _BERRY_PROGRESSPROVIDER_H
18
#define _BERRY_PROGRESSPROVIDER_H
19
20
#include "
berryIProgressMonitor.h
"
21
#include "
berryObject.h
"
22
#include "
berryJob.h
"
23
24
namespace
berry
25
{
26
38
struct
ProgressProvider
:
public
Object
39
{
40
41
public
:
42
43
berryObjectMacro
(
ProgressProvider
);
44
57
virtual
IProgressMonitor::Pointer
CreateMonitor
(
Job::Pointer
job) = 0;
58
71
virtual
IProgressMonitor::Pointer
CreateProgressGroup
();
72
97
virtual
IProgressMonitor::Pointer
CreateMonitor
(
Job::Pointer
sptr_job,
98
IProgressMonitor::Pointer
sptr_group,
int
ticks);
99
109
virtual
IProgressMonitor::Pointer
GetDefaultMonitor
();
110
};
111
112
}
113
#endif
/* BERRY_PROGRESSPROVIDER_H */
berry
Definition:
QmitkPropertyItemModel.h:27
mitk::Pointer
itk::SmartPointer< Self > Pointer
Definition:
mitkRenderingManager.h:389
berryJob.h
berry::Object
Light weight base class for most BlueBerry classes.
Definition:
berryObject.h:78
berry::SmartPointer< Self >
berry::ProgressProvider
Definition:
berryProgressProvider.h:38
berry::ProgressProvider::CreateProgressGroup
virtual IProgressMonitor::Pointer CreateProgressGroup()
Definition:
berryProgressProvider.cpp:24
berry::ProgressProvider::CreateMonitor
virtual IProgressMonitor::Pointer CreateMonitor(Job::Pointer job)=0
berry::ProgressProvider::berryObjectMacro
berryObjectMacro(ProgressProvider)
berryObject.h
berry::ProgressProvider::GetDefaultMonitor
virtual IProgressMonitor::Pointer GetDefaultMonitor()
Definition:
berryProgressProvider.cpp:31
berryIProgressMonitor.h
git
MITK
Plugins
org.blueberry.core.jobs
src
berryProgressProvider.h
Generated on Fri Feb 3 2017 20:51:44 for Medical Imaging Interaction Toolkit by
1.8.9.1