Skip to content
Snippets Groups Projects
Commit 40d79401 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

add forgotten new file GUI/View/Tool/ID.h

parent 5b10bb5b
No related branches found
No related tags found
1 merge request!427Reduce include dependences in GUI; break cyclic dependence between View and Model
Pipeline #48766 passed
// ************************************************************************************************
//
// BornAgain: simulate and fit reflection and scattering
//
//! @file GUI/View/Tool/ID.h
//! @brief Defines enum ViewId
//!
//! @homepage http://www.bornagainproject.org
//! @license GNU General Public License v3 or higher (see COPYING)
//! @copyright Forschungszentrum Jülich GmbH 2018
//! @authors Scientific Computing Group at MLZ (see CITATION, AUTHORS)
//
// ************************************************************************************************
#ifndef BORNAGAIN_GUI_VIEW_TOOL_ID_H
#define BORNAGAIN_GUI_VIEW_TOOL_ID_H
namespace GUI::ID {
enum ViewId { WELCOME, PROJECT, INSTRUMENT, SAMPLE, IMPORT, SIMULATION, JOB, SESSIONMODEL };
} // namespace GUI::ID
#endif // BORNAGAIN_GUI_VIEW_TOOL_ID_H
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment