#include <iARawFileParamDlg.h>
|
| | iARawFileParamDlg (QString const &fileName, QWidget *parent, QString const &title, iAAttributes const &additionalParams, QVariantMap ¶mValues, bool brightTheme) |
| | Constructor.
|
| |
| | ~iARawFileParamDlg () |
| |
| bool | accepted () const |
| | Checks whether or not the user has accepted the input dialog.
|
| |
| QVariantMap | parameterValues () const |
| | access to the values entered by user.
|
| |
◆ iARawFileParamDlg()
| iARawFileParamDlg::iARawFileParamDlg |
( |
QString const & |
fileName, |
|
|
QWidget * |
parent, |
|
|
QString const & |
title, |
|
|
iAAttributes const & |
additionalParams, |
|
|
QVariantMap & |
paramValues, |
|
|
bool |
brightTheme |
|
) |
| |
Constructor.
- Parameters
-
| fileName | File name of the RAW file. |
| parent | The parent widget. |
| title | The window title. |
| additionalParams | List of additional input parameters ( |
- See also
- iAParamDlg).
- Parameters
-
| [out] | paramValues | The parameters of the raw file that were set by the user. |
| brightTheme | whether the program currently uses a dark theme (affects green/red background in file size check) |
◆ ~iARawFileParamDlg()
| iARawFileParamDlg::~iARawFileParamDlg |
( |
| ) |
|
◆ accepted()
| bool iARawFileParamDlg::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.
◆ parameterValues()
| QVariantMap iARawFileParamDlg::parameterValues |
( |
| ) |
const |
access to the values entered by user.
The documentation for this class was generated from the following files: