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
berryRegistryToggleState.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 BERRYREGISTRYTOGGLESTATE_H
18
#define BERRYREGISTRYTOGGLESTATE_H
19
20
#include "
berryToggleState.h
"
21
#include "
berryIExecutableExtension.h
"
22
23
namespace
berry
{
24
44
class
RegistryToggleState
:
public
ToggleState
,
public
IExecutableExtension
45
{
46
47
public
:
48
52
static
const
QString
STATE_ID
;
// = "org.blueberry.ui.commands.toggleState";
53
54
void
SetInitializationData
(
const
SmartPointer<IConfigurationElement>
& configurationElement,
55
const
QString& propertyName,
const
Object::Pointer
& data)
override
;
56
57
private
:
58
67
void
ReadDefault(
const
QString& defaultString);
68
77
void
ReadPersisted(
const
QString& persistedString);
78
79
};
80
81
}
82
83
#endif // BERRYREGISTRYTOGGLESTATE_H
berry
Definition:
QmitkPropertyItemModel.h:27
berry::ToggleState
Definition:
berryToggleState.h:37
berry::SmartPointer
Implements transparent reference counting.
Definition:
berryICommandCategoryListener.h:25
berry::RegistryToggleState::STATE_ID
static const QString STATE_ID
Definition:
berryRegistryToggleState.h:52
berry::RegistryToggleState::SetInitializationData
void SetInitializationData(const SmartPointer< IConfigurationElement > &configurationElement, const QString &propertyName, const Object::Pointer &data) override
Definition:
berryRegistryToggleState.cpp:27
berryIExecutableExtension.h
berryToggleState.h
berry::RegistryToggleState
Definition:
berryRegistryToggleState.h:44
berry::IExecutableExtension
Definition:
berryIExecutableExtension.h:46
git
MITK
Plugins
org.blueberry.ui.qt
src
handlers
berryRegistryToggleState.h
Generated on Fri Feb 3 2017 20:51:44 for Medical Imaging Interaction Toolkit by
1.8.9.1