![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
Generic dialog to query 3 (double) values. More...
#include <ecvAskThreeDoubleValuesDlg.h>


Public Member Functions | |
| ccAskThreeDoubleValuesDlg (const QString &vName1, const QString &vName2, const QString &vName3, double minVal, double maxVal, double defaultVal1, double defaultVal2, double defaultVal3, int precision=6, const QString windowTitle=QString(), QWidget *parent=nullptr) | |
| Default constructor. More... | |
| void | showCheckbox (const QString &label, bool state, QString tooltip=QString()) |
| Enable the checkbox (bottom-left) More... | |
| bool | getCheckboxState () const |
| Returns. More... | |
Generic dialog to query 3 (double) values.
Definition at line 16 of file ecvAskThreeDoubleValuesDlg.h.
| ccAskThreeDoubleValuesDlg::ccAskThreeDoubleValuesDlg | ( | const QString & | vName1, |
| const QString & | vName2, | ||
| const QString & | vName3, | ||
| double | minVal, | ||
| double | maxVal, | ||
| double | defaultVal1, | ||
| double | defaultVal2, | ||
| double | defaultVal3, | ||
| int | precision = 6, |
||
| const QString | windowTitle = QString(), |
||
| QWidget * | parent = nullptr |
||
| ) |
Default constructor.
Definition at line 10 of file ecvAskThreeDoubleValuesDlg.cpp.
| bool ccAskThreeDoubleValuesDlg::getCheckboxState | ( | ) | const |
Returns.
Definition at line 55 of file ecvAskThreeDoubleValuesDlg.cpp.
Referenced by ccPointPairRegistrationDlg::addManualAlignedPoint(), and ccPointPairRegistrationDlg::addManualRefPoint().
| void ccAskThreeDoubleValuesDlg::showCheckbox | ( | const QString & | label, |
| bool | state, | ||
| QString | tooltip = QString() |
||
| ) |
Enable the checkbox (bottom-left)
Definition at line 45 of file ecvAskThreeDoubleValuesDlg.cpp.
Referenced by ccPointPairRegistrationDlg::addManualAlignedPoint(), and ccPointPairRegistrationDlg::addManualRefPoint().