Official websites use .gov
A .gov website belongs to an official government organization in the United States.

Secure .gov websites use HTTPS
A lock ( ) or https:// means you’ve safely connected to the .gov website. Share sensitive information only on official, secure websites.

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