VAPOR3
3.9.4
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
Variables
Typedefs
Enumerations
Enumerator
a
f
g
m
n
o
p
s
t
v
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
~
Variables
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
Enumerations
a
c
d
e
f
g
h
l
m
o
p
r
s
t
v
x
Enumerator
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Related Functions
_
c
d
f
o
p
r
s
t
v
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
y
Functions
_
c
d
h
m
o
p
r
u
v
Variables
Typedefs
Enumerations
Enumerator
a
c
h
p
r
s
t
u
v
Macros
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
y
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