mod_imgarithmetics__define.pro
mod_imgArithmetics
Description:
mod_imgArithmetics::init
Description:
mod_imgArithmetics::readyToExecute
Syntax:
Arguments:
Description:
mod_imgArithmetics::map
Description:
mod_imgArithmetics::unmap
Syntax:
Arguments:
Description:
mod_imgArithmetics::selectSetEvt
Description:
mod_imgArithmetics::selectResultSetEvt
Description:
mod_imgArithmetics::sliderEvt
Description:
If a slider is set to a value > slider_max, it sets itself to its
maximum value. This makes things convenient for us here (and elsewhere)
mod_imgArithmetics::setFormulaEvt
Description:
mod_imgArithmetics::resizeFactorSelectEvt
Description:
mod_imgArithmetics::ipMethodSelectEvt
Description:
Calculate.
We do it here...
mod_imgArithmetics::calculateButtonEvt
Description:
mod_imgArithmetics::zoomModeEvt
Description:
mod_imgArithmetics::contrastModeEvt
Description:
mod_imgArithmetics::lockSlidersButtonEvt
Description:
mod_imgArithmetics::interpolateButtonEvt
Description:
mod_imgArithmetics::applyGeometryEvt
Description:
mod_imgArithmetics::applyContrastEvt
Description:
mod_imgArithmetics::warnOverwriteButtonEvt
Description:
mod_imgArithmetics::calcSingleImageButtonEvt
Description:
mod_imgArithmetics::closeButtonEvt
Description:
mod_imgArithmetics::update, evt
Description:
mod_imgArithmetics::updateLists
Description:
Sets all image set selection droplists to valid values.
If possible, we try to keep the current selection for the droplists.
For the result combobox, it might be that the current result set
name is not in the list (because it does not exist, yet). In that
case, we add the name to the beginning of the list and make it
active (i.e. selected).
mod_imgArithmetics::updateSliders
Description:
mod_imgArithmetics::display
Description:
Display the currently selected image sets and slices
For the operand displays this is simple, as we know that the sets
exists and the slice is in the right range.
For the result set, we cannot be sure that the current result set
has already been calculated and thus exists. In that case we display
a black screen without further ado.
mod_imgArithmetics::calculate
Description:
That's what we're here for
mod_imgArithmetics__define
Description:
Private Procedure (constructor)