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
|
| |
|
|
void | sig_startAutomaticExec () |
| | sig_startAutomaticExec Connected to AutomaticExecutor, emited when Start automatic is clicked
|
| |
| void | sig_removedPlugin (int row) |
| | sig_removedPlugin Connected to AutomaticExecSettings, emited a algorithm is removed
|
| |
|
void | sig_saveConfiguration () |
| | sig_saveConfiguration Connected to AutomaticExecSettings, emited when Save configuration is clicked
|
| |
|
void | sig_loadConfiguration () |
| | sig_loadConfiguration Connected to AutomaticExecSettings, emited when Load configuration is clicked
|
| |
|
void | sig_doubleClickedItem (int row) |
| | sig_doubleClickedItem Connected to AutomaticExecSettings, emited when a algorithm is double clicked
|
| |
| void | sig_autoOrderChanged (int first, int second) |
| | sig_autoOrderChanged Connected to AutomaticExecSettings, emited when two algorithm changed their place
|
| |
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