2025-04-06 06:29:35 +00:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#ifndef __ImagePlaneAtiInterpDialog__HH__
|
|
|
|
#define __ImagePlaneAtiInterpDialog__HH__
|
|
|
|
|
|
|
|
#include <QDialog>
|
|
|
|
|
|
|
|
namespace Ui {
|
|
|
|
class ImagePlaneAtiInterpDialogClass;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
class ImagePlaneAtiInterpDialog : public QDialog
|
|
|
|
{
|
|
|
|
Q_OBJECT
|
|
|
|
|
|
|
|
public:
|
|
|
|
ImagePlaneAtiInterpDialog(QWidget *parent = nullptr);
|
|
|
|
~ImagePlaneAtiInterpDialog();
|
|
|
|
|
2025-04-06 08:48:37 +00:00
|
|
|
public slots:
|
2025-04-06 06:29:35 +00:00
|
|
|
|
|
|
|
void onpushButtonImageNet0Select_clicked();
|
2025-04-06 08:48:37 +00:00
|
|
|
void onpushButtonEchoGPSPointSelect_clicked();
|
2025-04-06 06:29:35 +00:00
|
|
|
void onpushButtonRefRangeDEMSelect_clicked();
|
|
|
|
void onpushButtonImageLLASelect_clicked();
|
|
|
|
void onbuttonBoxAccepted();
|
|
|
|
void onbuttonBoxRejected();
|
|
|
|
|
|
|
|
|
|
|
|
private:
|
|
|
|
Ui::ImagePlaneAtiInterpDialogClass* ui;
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
#endif
|