![]() |
open_iA 2021.08
A tool for the visual analysis and processing of volumetric datasets, with a focus on industrial computed tomography.
|
Dialog for selecting a filter from the ones currently registered with the iAFilterRegistry. More...
#include <iAFilterSelectionDlg.h>
Public Slots | |
| void | filterChanged (QString const &) |
| Called when the user has changed the content of the input field on top of the dialog. More... | |
| void | listSelectionChanged (QListWidgetItem *, QListWidgetItem *) |
| Called when the user selects a filter from the list. More... | |
Public Member Functions | |
| iAFilterSelectionDlg (QWidget *parent, QString const &preselectedFilter="") | |
| Create a new filter selection dialog. More... | |
| QString | selectedFilterName () const |
| Retrieve the name of the filter that the user has selected. More... | |
Dialog for selecting a filter from the ones currently registered with the iAFilterRegistry.
| iAFilterSelectionDlg::iAFilterSelectionDlg | ( | QWidget * | parent, |
| QString const & | preselectedFilter = "" |
||
| ) |
Create a new filter selection dialog.
| parent | the parent widget of the dialog (dialog will be a top level window if you pass nullptr) |
| preselectedFilter | the name of a filter that should be preselected in the dialog |
|
slot |
Called when the user has changed the content of the input field on top of the dialog.
Causes the list of filters to be updated to only show the ones where at least a part of the name matches what the user has entered.
|
slot |
Called when the user selects a filter from the list.
| QString iAFilterSelectionDlg::selectedFilterName | ( | ) | const |
Retrieve the name of the filter that the user has selected.