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