|
open_iA 2025.6
|
Loads custom csv file with data preview Settings can be adapted and saved under a specified format name. More...
#include <iACsvInputDlg.h>
Public Member Functions | |
| iACsvInputDlg (bool volumeDataAvailable, QWidget *parent=nullptr, Qt::WindowFlags f=Qt::WindowFlags()) | |
| Create a new dialog, all parameters are optional. | |
| const iACsvConfig & | getConfig () const |
| Retrieve the configuration currently set in the dialog. | |
| void | setFileName (QString const &fileName) |
| Set the file name input to the one given as parameter. | |
| void | setFormat (QString const &formatName) |
| Set the format to be used for loading the file. | |
| void | setPath (QString const &path) |
| Set the internal path (used when choosing a csv file) to the one given as parameter. | |
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. | |
Loads custom csv file with data preview Settings can be adapted and saved under a specified format name.
| iACsvInputDlg::iACsvInputDlg | ( | bool | volumeDataAvailable, |
| QWidget * | parent = nullptr, | ||
| Qt::WindowFlags | f = Qt::WindowFlags() ) |
Create a new dialog, all parameters are optional.
| iACsvConfig const & iACsvInputDlg::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 iACsvInputDlg::setFileName | ( | QString const & | fileName | ) |
Set the file name input to the one given as parameter.
| void iACsvInputDlg::setFormat | ( | QString const & | formatName | ) |
Set the format to be used for loading the file.
| void iACsvInputDlg::setPath | ( | QString const & | path | ) |
Set the internal path (used when choosing a csv file) to the one given as parameter.