open_iA  2020.01
A tool for the visual analysis and processing of volumetric datasets, with a focus on industrial computed tomography.
Public Member Functions | List of all members
dlg_openfile_sizecheck Class Reference

#include <dlg_openfile_sizecheck.h>

Inheritance diagram for dlg_openfile_sizecheck:
Collaboration diagram for dlg_openfile_sizecheck:

Public Member Functions

bool accepted () const
 Checks whether or not the user has accepted the input dialog. More...
 
 dlg_openfile_sizecheck (QString const &fileName, QWidget *parent, QString const &title, QStringList const &additionalLabels, QList< QVariant > const &additionalValues, iARawFileParameters &rawFileParams)
 Constructor. More...
 
int fixedParams () const
 The number of fixed parameters which the dialog creates itself. More...
 
const dlg_commoninputinputDlg () const
 access to the underlying common input dialog, mainly for accessing values entered by user. More...
 
 ~dlg_openfile_sizecheck ()
 

Constructor & Destructor Documentation

◆ dlg_openfile_sizecheck()

dlg_openfile_sizecheck::dlg_openfile_sizecheck ( QString const &  fileName,
QWidget *  parent,
QString const &  title,
QStringList const &  additionalLabels,
QList< QVariant > const &  additionalValues,
iARawFileParameters rawFileParams 
)

Constructor.

Parameters
fileNameFile name of the RAW file.
parentThe parent widget.
titleThe window title.
additionalLabelsList of additional input parameter labels (
See also
dlg_commoninput).
Parameters
additionalValuesList of additional input parameter values (
See also
dlg_commoninput).
Parameters
[out]rawFileParamsThe parameters of the raw file that were set by the user.

◆ ~dlg_openfile_sizecheck()

dlg_openfile_sizecheck::~dlg_openfile_sizecheck ( )

Member Function Documentation

◆ accepted()

bool dlg_openfile_sizecheck::accepted ( ) const

Checks whether or not the user has accepted the input dialog.

Returns
true if the user accepted (i.e. clicked "OK"), false if he cancelled.

◆ fixedParams()

int dlg_openfile_sizecheck::fixedParams ( ) const

The number of fixed parameters which the dialog creates itself.

Use this to determine where the first user-specified parameters (additionalLabels/additionalValues parameter in constructor) started.

Returns
the number of fixed parameters used by the dialog itself; this is also the index of the first user-specified parameter.

◆ inputDlg()

const dlg_commoninput * dlg_openfile_sizecheck::inputDlg ( ) const

access to the underlying common input dialog, mainly for accessing values entered by user.

Returns
the common input dialog.

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