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