Isis 3.0
Back
|
Home
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
Isis 3.0
Isis 3.0 Object Documentation
Deprecated List
History
Modules
Namespaces
Classes
Files
File List
File Members
WarningTreeWidget.h
Go to the documentation of this file.
1
#ifndef WarningTreeWidget_H
2
#define WarningTreeWidget_H
3
4
#include <QTreeWidget>
5
6
namespace
Isis {
7
15
class
WarningTreeWidget
:
public
QTreeWidget
{
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
Isis::WarningTreeWidget::showWarning
void showWarning(QString)
Definition:
WarningTreeWidget.cpp:17
QTreeWidget
Isis::WarningTreeWidget::~WarningTreeWidget
virtual ~WarningTreeWidget()
Definition:
WarningTreeWidget.cpp:12
Isis::WarningTreeWidget
Warning Widget for cnetsuite.
Definition:
WarningTreeWidget.h:15
Isis::WarningTreeWidget::WarningTreeWidget
WarningTreeWidget(QWidget *parent=0)
Definition:
WarningTreeWidget.cpp:4
QWidget
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
ISIS Support Center
File Modified: 07/12/2023 23:31:15