BornAgain
1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
ParticleCompositionItem.h
Go to the documentation of this file.
1
// ************************************************************************************************
2
//
3
// BornAgain: simulate and fit reflection and scattering
4
//
5
//! @file GUI/coregui/Models/ParticleCompositionItem.h
6
//! @brief Defines class ParticleCompositionItem
7
//!
8
//! @homepage http://www.bornagainproject.org
9
//! @license GNU General Public License v3 or higher (see COPYING)
10
//! @copyright Forschungszentrum Jülich GmbH 2018
11
//! @authors Scientific Computing Group at MLZ (see CITATION, AUTHORS)
12
//
13
// ************************************************************************************************
14
15
#ifndef BORNAGAIN_GUI_COREGUI_MODELS_PARTICLECOMPOSITIONITEM_H
16
#define BORNAGAIN_GUI_COREGUI_MODELS_PARTICLECOMPOSITIONITEM_H
17
18
#include "
GUI/coregui/Models/SessionGraphicsItem.h
"
19
#include "
Sample/Particle/ParticleComposition.h
"
20
21
class
VectorItem
;
22
23
class
BA_CORE_API_
ParticleCompositionItem
:
public
SessionGraphicsItem
{
24
public
:
25
static
const
QString
T_PARTICLES
;
26
ParticleCompositionItem
();
27
28
VectorItem
* positionItem()
const
;
29
30
std::unique_ptr<ParticleComposition> createParticleComposition()
const
;
31
};
32
33
#endif
// BORNAGAIN_GUI_COREGUI_MODELS_PARTICLECOMPOSITIONITEM_H
ParticleComposition.h
Defines class ParticleComposition.
SessionGraphicsItem.h
Defines class SessionGraphicsItem.
ParticleCompositionItem
Definition:
ParticleCompositionItem.h:23
ParticleCompositionItem::T_PARTICLES
static const QString T_PARTICLES
Definition:
ParticleCompositionItem.h:25
SessionGraphicsItem
Definition:
SessionGraphicsItem.h:20
VectorItem
Definition:
VectorItem.h:21
GUI
coregui
Models
ParticleCompositionItem.h
Generated by
1.9.1