BornAgain
1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
uniqueidgenerator.cpp
Go to the documentation of this file.
1
// ************************************************************************************************
2
//
3
// qt-mvvm: Model-view-view-model framework for large GUI applications
4
//
5
//! @file mvvm/model/mvvm/core/uniqueidgenerator.cpp
6
//! @brief Implements class CLASS?
7
//!
8
//! @homepage http://www.bornagainproject.org
9
//! @license GNU General Public License v3 or higher (see COPYING)
10
//! @copyright Forschungszentrum Jülich GmbH 2020
11
//! @authors Gennady Pospelov et al, Scientific Computing Group at MLZ (see CITATION, AUTHORS)
12
//
13
// ************************************************************************************************
14
15
#include "
mvvm/core/uniqueidgenerator.h
"
16
#include <QUuid>
17
18
using namespace
ModelView
;
19
20
identifier_type
UniqueIdGenerator::generate
()
21
{
22
return
QUuid::createUuid
().toString().toStdString();
23
}
ModelView::UniqueIdGenerator::generate
static identifier_type generate()
Definition:
uniqueidgenerator.cpp:20
GUIHelpers::createUuid
QString createUuid()
Definition:
GUIHelpers.cpp:242
ModelView
materialitems.h Collection of materials to populate MaterialModel.
Definition:
importtablewidget.h:26
ModelView::identifier_type
std::string identifier_type
Definition:
types.h:22
uniqueidgenerator.h
Defines class CLASS?
mvvm
model
mvvm
core
uniqueidgenerator.cpp
Generated by
1.9.1