ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
ccAskThreeDoubleValuesDlg Class Reference

Generic dialog to query 3 (double) values. More...

#include <ecvAskThreeDoubleValuesDlg.h>

Inheritance diagram for ccAskThreeDoubleValuesDlg:
Collaboration diagram for ccAskThreeDoubleValuesDlg:

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...
 

Detailed Description

Generic dialog to query 3 (double) values.

Definition at line 16 of file ecvAskThreeDoubleValuesDlg.h.

Constructor & Destructor Documentation

◆ ccAskThreeDoubleValuesDlg()

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.

Member Function Documentation

◆ getCheckboxState()

bool ccAskThreeDoubleValuesDlg::getCheckboxState ( ) const

◆ showCheckbox()

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().


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