15 #ifndef BORNAGAIN_GUI2_DATALOADER_DATAHANDLER_H
16 #define BORNAGAIN_GUI2_DATALOADER_DATAHANDLER_H
18 #include "darefl_export.h"
32 void updateRawData(
const std::vector<std::string>& file_names);
34 std::vector<std::string> textData(
const std::string& file_name);
37 void loadFile(
const std::string& file_name);
40 std::map<std::string, std::vector<std::string>>
m_raw_data;
Handles raw data during the life time of DataHandlerDialog.
std::map< std::string, std::vector< std::string > > m_raw_data
Based on Qt example "codeeditor" Copyright (C) 2016 The Qt Company Ltd.