#include <dlg_openfile_sizecheck.h>
◆ 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
-
| fileName | File name of the RAW file. |
| parent | The parent widget. |
| title | The window title. |
| additionalLabels | List of additional input parameter labels ( |
- See also
- dlg_commoninput).
- Parameters
-
| additionalValues | List of additional input parameter values ( |
- See also
- dlg_commoninput).
- Parameters
-
| [out] | rawFileParams | The parameters of the raw file that were set by the user. |
◆ ~dlg_openfile_sizecheck()
| dlg_openfile_sizecheck::~dlg_openfile_sizecheck |
( |
| ) |
|
◆ 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()
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: