VAPOR3 3.9.4
PWidgetsFwd.h
Go to the documentation of this file.
1#pragma once
2
3class PWidget;
6class PButton;
7class PCheckbox;
10class PDisplay;
11class PDoubleInput;
12class PEnumDropdown;
14class PFileSelector;
15class PGeometrySubtab;
16class PGroup;
17class PIntegerInput;
18class PLabel;
21class PRegionSelector;
22class PSection;
23class PSliderEdit;
24class PStringDropdown;
25class PStringInput;
26class PTFEditor;
27class PVariableWidgets;
28class PShowIf;
Widget that provides controls for configuring the colorbar legend.
PWidget wrapper for VPushButton.
Definition: PButton.h:15
PWidget wrapper for the CopyRegionWidget.
Definition: PGroup.h:14
Displays static text.
Definition: PLabel.h:11
Allows the selection of multiple variables. To add a title, use a PLabel.
Widget provides the user the option of switching a renderer between 2D and 3D.
Shows and hides PWidgets based on a logic test.
Definition: PShowIf.h:18