File failed to load: https://isis.astrogeology.usgs.gov/8.2.0/Object/assets/jax/output/NativeMML/config.js
Isis Developer Reference
WarningTreeWidget.h
Go to the documentation of this file.
1#ifndef WarningTreeWidget_H
2#define WarningTreeWidget_H
3
4#include <QTreeWidget>
5
6namespace Isis {
7
16 Q_OBJECT
17 public:
18 WarningTreeWidget(QWidget *parent = 0);
19 virtual ~WarningTreeWidget();
20
21 void showWarning(QString);
22
23 private:
24 Q_DISABLE_COPY(WarningTreeWidget);
25 };
26}
27
28#endif
29
Warning Widget for ipce.
Definition WarningTreeWidget.h:15
void showWarning(QString)
Definition WarningTreeWidget.cpp:17
virtual ~WarningTreeWidget()
Definition WarningTreeWidget.cpp:12
WarningTreeWidget(QWidget *parent=0)
Definition WarningTreeWidget.cpp:4
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16

U.S. Department of the Interior | U.S. Geological Survey
ISIS | Privacy & Disclaimers | Astrogeology Research Program
To contact us, please post comments and questions on the USGS Astrogeology Discussion Board
To report a bug, or suggest a feature go to: ISIS Github
File Modified: 08/22/2024 20:27:58