open_iA 2025.6
Loading...
Searching...
No Matches
iACsvInputDlg Class Reference

Loads custom csv file with data preview Settings can be adapted and saved under a specified format name. More...

#include <iACsvInputDlg.h>

Inheritance diagram for iACsvInputDlg:
[legend]
Collaboration diagram for iACsvInputDlg:
[legend]

Public Member Functions

 iACsvInputDlg (bool volumeDataAvailable, QWidget *parent=nullptr, Qt::WindowFlags f=Qt::WindowFlags())
 Create a new dialog, all parameters are optional.
 
const iACsvConfiggetConfig () 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.
 

Detailed Description

Loads custom csv file with data preview Settings can be adapted and saved under a specified format name.

Constructor & Destructor Documentation

◆ iACsvInputDlg()

iACsvInputDlg::iACsvInputDlg ( bool volumeDataAvailable,
QWidget * parent = nullptr,
Qt::WindowFlags f = Qt::WindowFlags() )

Create a new dialog, all parameters are optional.

Member Function Documentation

◆ getConfig()

iACsvConfig const & iACsvInputDlg::getConfig ( ) const

Retrieve the configuration currently set in the dialog.

◆ loadFormatFromRegistry()

bool iACsvInputDlg::loadFormatFromRegistry ( const QString & formatName,
iACsvConfig & dest )
static

Loads settings from registry for a given format name, into a given config object.

◆ setFileName()

void iACsvInputDlg::setFileName ( QString const & fileName)

Set the file name input to the one given as parameter.

◆ setFormat()

void iACsvInputDlg::setFormat ( QString const & formatName)

Set the format to be used for loading the file.

◆ setPath()

void iACsvInputDlg::setPath ( QString const & path)

Set the internal path (used when choosing a csv file) to the one given as parameter.


The documentation for this class was generated from the following files: