Scanframe Modular Application 0.1.0
Loading...
Searching...
No Matches
sf::InformationSelectDialog Class Referencefinal

Dialog for selecting single or multiple variable or result-data information id's. More...

#include <InformationSelectDialog.h>

Inheritance diagram for sf::InformationSelectDialog:
Collaboration diagram for sf::InformationSelectDialog:

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.
 

Detailed Description

Dialog for selecting single or multiple variable or result-data information id's.

Constructor & Destructor Documentation

◆ InformationSelectDialog()

sf::InformationSelectDialog::InformationSelectDialog ( QWidget *  parent = nullptr)
explicit

Default Qt constructor.

Member Function Documentation

◆ execute()

InformationTypes::IdVector sf::InformationSelectDialog::execute ( gii::SelectionMode  mode = gii::Single,
gii::TypeId  idType = gii::Variable 
)

Executes the dialog in the required mode.

Parameters
modeDetermines single or multiple mode.
idTypeVariable or result-data type of id's to select.
Returns
Vector of id's.

◆ getSelectedIds()

InformationTypes::IdVector sf::InformationSelectDialog::getSelectedIds ( ) const

Get the selected id's after execution.

Returns
Vector of information ids.

The documentation for this class was generated from the following file: