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
NewRendererDialogManager.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
RenderHolder.h
"
4
#include "
RenderEventRouter.h
"
5
6
namespace
VAPoR
{
class
ControlExec
;}
7
using namespace
VAPoR
;
8
9
class
NewRendererDialogManager
:
public
QObject {
10
Q_OBJECT
11
12
ControlExec
*_ce;
13
NewRendererDialog
*_nrd;
14
15
public
:
16
NewRendererDialogManager
(
ControlExec
*ce, QWidget *parent);
17
18
public
slots:
19
void
Show
();
20
21
private
:
22
static
NewRendererDialog
* ConstructNewRendererDialog(vector<RenderEventRouter*> routers);
23
static
NewRendererDialog
* ConstructNewRendererDialog(
ControlExec
*ce);
24
};
RenderEventRouter.h
RenderHolder.h
NewRendererDialogManager
Definition:
NewRendererDialogManager.h:9
NewRendererDialogManager::Show
void Show()
NewRendererDialogManager::NewRendererDialogManager
NewRendererDialogManager(ControlExec *ce, QWidget *parent)
NewRendererDialog
Definition:
RenderHolder.h:25
VAPoR::ControlExec
Provides API for VAPOR visualizer User Interfaces (UIs)
Definition:
ControlExecutive.h:25
VAPoR
Definition:
AnnotationParams.h:33
Generated by
1.9.6