14 #include <QCoreApplication>
18 #if defined(CV_WINDOWS)
26 : QDialog(parent, Qt::WindowMaximizeButtonHint | Qt::WindowCloseButtonHint),
27 Ui::ContourExtractorDlg(),
33 connect(nextPushButton, &QAbstractButton::clicked, &
m_loop,
36 connect(skipPushButton, &QAbstractButton::clicked,
this,
38 nextPushButton->setFocus();
51 params.drawBackgroundGradient =
false;
52 params.decimateMeshOnMove =
false;
53 params.displayCross =
false;
54 params.colorScaleUseShader =
false;
63 viewFrame->setLayout(
new QHBoxLayout);
80 return skipPushButton->isChecked();
99 QCoreApplication::processEvents();
103 QString message,
bool waitForUserConfirmation ) {
105 messageLabel->setText(message);
112 QCoreApplication::processEvents();
118 if (autoCheckBox->isChecked()) {
120 #if defined(CV_WINDOWS)
123 usleep(defaultDelay_ms * 1000);
cmdLineReadable * params[]
static Vector3Tpl fromArray(const int a[3])
Constructor from an int array.
Hierarchical CLOUDVIEWER Object.
Vector3Tpl< T > getDiagVec() const
Returns diagonal vector.
Vector3Tpl< T > getCenter() const
Returns center.
void Sleep(int milliseconds)
constexpr Rgb black(0, 0, 0)
constexpr Rgb white(MAX, MAX, MAX)