The AutomaticWidget class is used to show the current settings of the automatic execution. The execution can be started. One Algorithm can be removed. The current configuration can be saved and loaded.
More...
#include <automaticwidget.h>
|
|
void | slot_itemDrop () |
| | slot_itemDrop Connected to the AutomaticListWidget, called when a drop occured to get the items that changed
|
| |
The AutomaticWidget class is used to show the current settings of the automatic execution. The execution can be started. One Algorithm can be removed. The current configuration can be saved and loaded.
- Author
- Daniel Brommer
- Date
- 2021/07/19
◆ AutomaticWidget()
| AutomaticWidget::AutomaticWidget |
( |
QWidget * |
parent = nullptr | ) |
|
|
explicit |
◆ sig_autoOrderChanged
| void AutomaticWidget::sig_autoOrderChanged |
( |
int |
first, |
|
|
int |
second |
|
) |
| |
|
signal |
sig_autoOrderChanged Connected to AutomaticExecSettings, emited when two algorithm changed their place
- Parameters
-
| first | First element to swap |
| second | Second element to swap |
◆ sig_removedPlugin
| void AutomaticWidget::sig_removedPlugin |
( |
int |
row | ) |
|
|
signal |
sig_removedPlugin Connected to AutomaticExecSettings, emited a algorithm is removed
- Parameters
-
| row | Index of the removed algorithm |
◆ updateSelectedPlugins()
| void AutomaticWidget::updateSelectedPlugins |
( |
QStringList |
pluginList | ) |
|
updateSelectedPlugins Show the given QStrings on the ListWidget
- Parameters
-
| pluginList | QStrings to be shown |
The documentation for this class was generated from the following files:
- iVS3D/src/iVS3D-core/view/automaticwidget.h
- iVS3D/src/iVS3D-core/view/automaticwidget.cpp