BornAgain
1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Defines class CLASS? More...
Go to the source code of this file.
Classes | |
struct | gui2::ColumnInfo |
Info about the column as defined by the user via ImportTableWidget. More... | |
struct | gui2::ParserOptions |
Parser options to process multi column ASCII files. More... | |
Namespaces | |
gui2 | |
Based on Qt example "codeeditor" Copyright (C) 2016 The Qt Company Ltd. | |
Typedefs | |
using | gui2::accept_int_t = std::function< bool(int)> |
Function to define if given index satisfies criteria. More... | |
using | gui2::accept_string_t = std::function< bool(const std::string &line)> |
Function to define if given string should be accepted for further consideration. More... | |
using | gui2::line_splitter_t = std::function< std::vector< std::string >(const std::string &line)> |
Function to define line splitter according to some criteria. More... | |
Defines class CLASS?
Definition in file dataloader_types.h.