![]() |
Scanframe Modular Application 0.1.0
|
Dialog for selecting single or multiple variable or result-data information id's. More...
#include <InformationSelectDialog.h>
Public Member Functions | |
InformationSelectDialog (QWidget *parent=nullptr) | |
Default Qt constructor. | |
InformationTypes::IdVector | execute (gii::SelectionMode mode=gii::Single, gii::TypeId idType=gii::Variable) |
Executes the dialog in the required mode. | |
InformationTypes::IdVector | getSelectedIds () const |
Get the selected id's after execution. | |
Dialog for selecting single or multiple variable or result-data information id's.
|
explicit |
Default Qt constructor.
InformationTypes::IdVector sf::InformationSelectDialog::execute | ( | gii::SelectionMode | mode = gii::Single , |
gii::TypeId | idType = gii::Variable |
||
) |
Executes the dialog in the required mode.
mode | Determines single or multiple mode. |
idType | Variable or result-data type of id's to select. |
InformationTypes::IdVector sf::InformationSelectDialog::getSelectedIds | ( | ) | const |
Get the selected id's after execution.