VAPOR3
3.9.4
apps
vaporgui
RendererInspector.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
VRouter.h
"
4
5
namespace
VAPoR
{
6
class
ControlExec;
7
}
8
class
RenderEventRouter
;
9
10
class
RendererInspector
:
public
VRouter
{
11
VRouter
*_router;
12
VAPoR::ControlExec
*_ce;
13
std::map<std::string, std::pair<RenderEventRouter*, QWidget*>> _classToInspectorMap;
14
15
public
:
16
RendererInspector
(
VAPoR::ControlExec
*ce);
17
void
Update
();
18
19
// Addresses legacy deps
20
std::vector<RenderEventRouter*>
GetRenderEventRouters
()
const
;
21
};
VRouter.h
RenderEventRouter
A pure virtual class specifying the common properties of all the renderer parameter tabs in the VAPOR...
Definition:
RenderEventRouter.h:110
RendererInspector
Definition:
RendererInspector.h:10
RendererInspector::Update
void Update()
RendererInspector::GetRenderEventRouters
std::vector< RenderEventRouter * > GetRenderEventRouters() const
RendererInspector::RendererInspector
RendererInspector(VAPoR::ControlExec *ce)
VAPoR::ControlExec
Provides API for VAPOR visualizer User Interfaces (UIs)
Definition:
ControlExecutive.h:25
VRouter
Definition:
VRouter.h:7
VAPoR
Definition:
AnnotationParams.h:33
Generated by
1.9.6