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