BornAgain  1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
dataloader_types.h File Reference

Defines class CLASS? More...

Include dependency graph for dataloader_types.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Defines class CLASS?

Homepage:\n http://www.bornagainproject.org
License:\n GNU General Public License v3 or higher (see COPYING)
Authors
Scientific Computing Group at MLZ (see CITATION, AUTHORS)

Definition in file dataloader_types.h.