![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
Minimal dialog to pick one element in a list (combox box) More...
#include <ecvPickOneElementDlg.h>


Public Member Functions | |
| ccPickOneElementDlg (const QString &label, const QString &windowTitle=QString(), QWidget *parent=nullptr) | |
| Default constructor. More... | |
| ~ccPickOneElementDlg () override | |
| Destructor. More... | |
| void | addElement (const QString &elementName) |
| Add an element to the combo box. More... | |
| void | setDefaultIndex (int index) |
| Sets the combo box default index. More... | |
| int | getSelectedIndex () |
| Returns the combo box current index (after completion) More... | |
Protected Attributes | |
| Ui_PickOneElementDialog * | m_ui |
| Associated UI. More... | |
Minimal dialog to pick one element in a list (combox box)
Definition at line 18 of file ecvPickOneElementDlg.h.
| ccPickOneElementDlg::ccPickOneElementDlg | ( | const QString & | label, |
| const QString & | windowTitle = QString(), |
||
| QWidget * | parent = nullptr |
||
| ) |
Default constructor.
|
override |
Destructor.
| void ccPickOneElementDlg::addElement | ( | const QString & | elementName | ) |
Add an element to the combo box.
Referenced by ccEntityAction::computeStatParams(), ccEntityAction::enhanceRGBWithIntensities(), and ccEntityAction::statisticalTest().
| int ccPickOneElementDlg::getSelectedIndex | ( | ) |
Returns the combo box current index (after completion)
Referenced by ccEntityAction::computeStatParams(), ccEntityAction::enhanceRGBWithIntensities(), and ccEntityAction::statisticalTest().
| void ccPickOneElementDlg::setDefaultIndex | ( | int | index | ) |
Sets the combo box default index.
Referenced by ccEntityAction::computeStatParams(), ccEntityAction::enhanceRGBWithIntensities(), and ccEntityAction::statisticalTest().
|
protected |
Associated UI.
Definition at line 39 of file ecvPickOneElementDlg.h.