open_iA 2024.9
Loading...
Searching...
No Matches
iARawFileParamDlg Class Reference

Shows a dialog specialized for reading parameters of a raw file. More...

#include <iARawFileParamDlg.h>

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

Public Member Functions

 iARawFileParamDlg (QString const &fileName, QWidget *parent, QString const &title, QVariantMap &paramValues, 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.
 

Detailed Description

Shows a dialog specialized for reading parameters of a raw file.

Adds a red/green bar depending on whether the currently specified dimensions match the size of the raw file.

Constructor & Destructor Documentation

◆ iARawFileParamDlg()

iARawFileParamDlg::iARawFileParamDlg ( QString const & fileName,
QWidget * parent,
QString const & title,
QVariantMap & paramValues,
bool brightTheme )

Constructor.

Parameters
fileNameFile name of the RAW file.
parentThe parent widget.
titleThe window title.
[out]paramValuesThe parameters of the raw file that were set by the user.
brightThemewhether the program currently uses a dark theme (affects green/red background in file size check)

◆ ~iARawFileParamDlg()

iARawFileParamDlg::~iARawFileParamDlg ( )

Member Function Documentation

◆ 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: