VAPOR3
3.9.4
apps
vaporgui
PDatasetTransformWidget.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
PWidget.h
"
4
5
namespace
VAPoR
{
6
class
ControlExec;
7
}
8
class
VSection
;
9
class
PStringDropdown
;
10
class
PTransformWidget
;
11
12
13
class
PDatasetTransformWidget
:
public
PWidget
{
14
VAPoR::ControlExec
* _ce;
15
VSection
* _section;
16
PStringDropdown
* _twDataset;
17
PTransformWidget
* _tw;
18
static
const
std::string SelectedDatasetTag;
19
20
public
:
21
PDatasetTransformWidget
(
VAPoR::ControlExec
*ce);
22
23
void
updateGUI
()
const override
;
24
};
PWidget.h
PDatasetTransformWidget
Definition:
PDatasetTransformWidget.h:13
PDatasetTransformWidget::PDatasetTransformWidget
PDatasetTransformWidget(VAPoR::ControlExec *ce)
PDatasetTransformWidget::updateGUI
void updateGUI() const override
PStringDropdown
Definition:
PStringDropdown.h:13
PTransformWidget
Definition:
PTransformWidget.h:12
PWidget
Definition:
PWidget.h:24
VAPoR::ControlExec
Provides API for VAPOR visualizer User Interfaces (UIs)
Definition:
ControlExecutive.h:25
VSection
Definition:
VSection.h:18
VAPoR
Definition:
AnnotationParams.h:33
Generated by
1.9.6