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
ParamsWidgetDemo.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <QWidget>
4
5
namespace
VAPoR
{
6
class
ParamsBase;
7
class
ParamsMgr;
8
class
DataMgr;
9
}
// namespace VAPoR
10
11
class
PGroup
;
12
16
17
class
ParamsWidgetDemo
:
public
QWidget {
18
Q_OBJECT
19
20
PGroup
*pg;
21
22
public
:
23
ParamsWidgetDemo
();
24
void
Update
(
VAPoR::ParamsBase
*params,
VAPoR::ParamsMgr
*paramsMgr =
nullptr
,
VAPoR::DataMgr
*dataMgr =
nullptr
);
25
};
PGroup
Definition:
PGroup.h:14
ParamsWidgetDemo
Definition:
ParamsWidgetDemo.h:17
ParamsWidgetDemo::Update
void Update(VAPoR::ParamsBase *params, VAPoR::ParamsMgr *paramsMgr=nullptr, VAPoR::DataMgr *dataMgr=nullptr)
ParamsWidgetDemo::ParamsWidgetDemo
ParamsWidgetDemo()
VAPoR::DataMgr
A cache based data reader.
Definition:
DataMgr.h:110
VAPoR::ParamsBase
Nodes with state in Xml tree representation.
Definition:
ParamsBase.h:50
VAPoR::ParamsMgr
A singleton class for managing Params instances.
Definition:
ParamsMgr.h:53
VAPoR
Definition:
AnnotationParams.h:33
Generated by
1.9.6