VAPOR3
3.9.4
apps
vaporgui
DatasetInspector.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
VSection.h
"
4
5
namespace
VAPoR
{
6
class
ControlExec;
7
}
8
class
PTransformWidget
;
9
class
VLabel
;
10
class
QTreeWidget;
11
class
VMetadataTree
;
12
13
class
DatasetInspector
:
public
QTabWidget {
14
Q_OBJECT
15
16
VAPoR::ControlExec
*_ce;
17
QWidget *_dataTab, *_metaTab;
18
PTransformWidget
*_tw;
19
VLabel
*_name, *_type, *_path;
20
VMetadataTree
*_metaAttrs, *_metaDims, *_metaVars, *_metaCoords;
21
22
public
:
23
DatasetInspector
(
VAPoR::ControlExec
*ce);
24
void
Update
();
25
26
static
std::string
DatasetTypeDescriptiveName
(std::string type);
27
};
VSection.h
DatasetInspector
Definition:
DatasetInspector.h:13
DatasetInspector::Update
void Update()
DatasetInspector::DatasetTypeDescriptiveName
static std::string DatasetTypeDescriptiveName(std::string type)
DatasetInspector::DatasetInspector
DatasetInspector(VAPoR::ControlExec *ce)
PTransformWidget
Definition:
PTransformWidget.h:12
VAPoR::ControlExec
Provides API for VAPOR visualizer User Interfaces (UIs)
Definition:
ControlExecutive.h:25
VLabel
Definition:
VLabel.h:8
VMetadataTree
Definition:
PMetadataClasses.h:71
VAPoR
Definition:
AnnotationParams.h:33
Generated by
1.9.6