File failed to load: https://isis.astrogeology.usgs.gov/dev/Object/assets/jax/output/NativeMML/config.js
Isis Developer Reference
DeleteControlPointDialog.h
Go to the documentation of this file.
1#ifndef DeleteControlPointDialog_h
2#define DeleteControlPointDialog_h
3
9
10/* SPDX-License-Identifier: CC0-1.0 */
11
12#include <QDialog>
13
14#include "ui_DeleteControlPointDialog.h"
15
21class DeleteControlPointDialog : public QDialog, public Ui::DeleteControlPointDialog {
22 Q_OBJECT
23
24 public:
26
27};
28
29#endif
DeleteControlPointDialog(QWidget *parent=0)
This is free and unencumbered software released into the public domain.
Definition DeleteControlPointDialog.cpp:13