#include <AlgorithmControl.h>
This class manages a gui widget, which lets the user choose a specific Algorithm and adjust its parameters.
@note: Not all widgets the user sees in the algorithm control panel are declared here. The "differential mode" and the "View original shape" checkbox declares ContourWarpEffect.
|
Initializes the algorithms, all child widgets and installs signal/slots connections |
|
Deallocates the algorithm instances. |
|
Returns the current WarpAlgorithm choosen by the user. The user chooses the warp algorithm with the combo box at top of the widget.
|
|
This is e.g. used when the differential mode is enabled. Because it may cause unpredictable results if the parameters are changed at same time, these sliders are deactivated. The other widgets being deactivated are the Edge as Frame check box and the algorithm selection combo box:
|
|
|
|
This occurs if the parameters or the "edge as frame"-checkbox is changed. |
|
This array is filled in the constructor. |
|
This array is filled in the constructor. |
|
|