![]() |
open_iA 2021.08
A tool for the visual analysis and processing of volumetric datasets, with a focus on industrial computed tomography.
|
Loads custom csv file with data preview Settings can be adapted and saved under a specified format name. More...
#include <dlg_CSVInput.h>
Public Member Functions | |
| dlg_CSVInput (bool volumeDataAvailable, QWidget *parent=nullptr, Qt::WindowFlags f=Qt::WindowFlags()) | |
| Create a new dialog, all parameters are optional. More... | |
| const iACsvConfig & | getConfig () const |
| Retrieve the configuration currently set in the dialog. More... | |
| void | setFileName (QString const &fileName) |
| Set the file name input to the one given as parameter. More... | |
| void | setFormat (QString const &formatName) |
| Set the format to be used for loading the file. More... | |
| void | setPath (QString const &path) |
| Set the internal path (used when choosing a csv file) to the one given as parameter. More... | |
Static Public Member Functions | |
| static bool | loadFormatFromRegistry (const QString &formatName, iACsvConfig &dest) |
| Loads settings from registry for a given format name, into a given config object. More... | |
Loads custom csv file with data preview Settings can be adapted and saved under a specified format name.
| dlg_CSVInput::dlg_CSVInput | ( | bool | volumeDataAvailable, |
| QWidget * | parent = nullptr, |
||
| Qt::WindowFlags | f = Qt::WindowFlags() |
||
| ) |
Create a new dialog, all parameters are optional.
| iACsvConfig const & dlg_CSVInput::getConfig | ( | ) | const |
Retrieve the configuration currently set in the dialog.
|
static |
Loads settings from registry for a given format name, into a given config object.
| void dlg_CSVInput::setFileName | ( | QString const & | fileName | ) |
Set the file name input to the one given as parameter.
| void dlg_CSVInput::setFormat | ( | QString const & | formatName | ) |
Set the format to be used for loading the file.
| void dlg_CSVInput::setPath | ( | QString const & | path | ) |
Set the internal path (used when choosing a csv file) to the one given as parameter.