VAPOR3 3.9.4
ImageEventRouter.h
Go to the documentation of this file.
1#pragma once
2
5
10
12public:
13 ImageEventRouter(QWidget *parent, VAPoR::ControlExec *ce);
14 static std::string GetClassType() { return VAPoR::ImageRenderer::GetClassType(); }
15 std::string GetType() const { return GetClassType(); }
16 bool Supports2DVariables() const { return true; }
17 bool Supports3DVariables() const { return true; }
18 bool SupportsParticleVariables() const { return true; }
19
20protected:
21 string _getDescription() const;
22 string _getSmallIconImagePath() const { return "Image_small.png"; }
23 string _getIconImagePath() const { return "Image.png"; }
24};
Image Renderer GUI.
bool Supports2DVariables() const
string _getSmallIconImagePath() const
std::string GetType() const
static std::string GetClassType()
bool Supports3DVariables() const
bool SupportsParticleVariables() const
string _getDescription() const
ImageEventRouter(QWidget *parent, VAPoR::ControlExec *ce)
string _getIconImagePath() const
Tab manager for renderer subtabs.
Provides API for VAPOR visualizer User Interfaces (UIs)
static std::string GetClassType()
Definition: ImageRenderer.h:20