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