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
RenderersPanel.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
VContainer.h
"
4
5
namespace
VAPoR
{
6
class
ControlExec;
7
}
8
class
RendererList
;
9
class
RendererInspector
;
10
class
DatasetInspector
;
11
class
VRouter
;
12
class
QSplitter;
13
14
class
RenderersPanel
:
public
VContainer
{
15
Q_OBJECT
16
QSplitter *_splitter;
17
VAPoR::ControlExec
*_ce;
18
RendererList
*_renList;
19
VRouter
*_inspectorRouter;
20
RendererInspector
*_renInspector;
21
DatasetInspector
*_dataInspector;
22
23
public
:
24
RenderersPanel
(
VAPoR::ControlExec
*ce);
25
void
Update
();
26
};
VContainer.h
DatasetInspector
Definition:
DatasetInspector.h:13
RendererInspector
Definition:
RendererInspector.h:10
RendererList
Definition:
RendererList.h:17
RenderersPanel
Definition:
RenderersPanel.h:14
RenderersPanel::RenderersPanel
RenderersPanel(VAPoR::ControlExec *ce)
RenderersPanel::Update
void Update()
VAPoR::ControlExec
Provides API for VAPOR visualizer User Interfaces (UIs)
Definition:
ControlExecutive.h:25
VContainer
Definition:
VContainer.h:5
VRouter
Definition:
VRouter.h:7
VAPoR
Definition:
AnnotationParams.h:33
Generated by
1.9.6