VAPOR3
3.9.4
apps
vaporgui
PProjectionStringSection.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
PWidget.h
"
4
#include "
PWidgetsFwd.h
"
5
6
namespace
VAPoR
{
7
class
ControlExec
;
8
};
9
using
VAPoR::ControlExec
;
10
class
QLabel;
11
class
QPlainTextEdit;
12
class
VComboBox
;
13
class
VPushButton
;
14
class
VLabel
;
15
16
class
PProjectionStringSection
:
public
PWidget
{
17
Q_OBJECT
18
ControlExec
* _ce;
19
PDisplay
* _currentProjDisp;
20
VLabel
* _selectedProjDisp;
21
VComboBox
* _datasetDropdown;
22
QPlainTextEdit *_customStrEdit;
23
VPushButton
* _applyButton;
24
std::string _changeToDataset;
25
26
public
:
27
PProjectionStringSection
(
ControlExec
*ce);
28
29
signals:
30
void
Proj4StringChanged
(std::string s);
31
32
protected
:
33
void
updateGUI
()
const override
;
34
void
datasetDropdownChanged
(std::string value);
35
void
applyClicked
();
36
};
PWidget.h
PWidgetsFwd.h
PDisplay
Definition:
PDisplay.h:11
PProjectionStringSection
Definition:
PProjectionStringSection.h:16
PProjectionStringSection::applyClicked
void applyClicked()
PProjectionStringSection::PProjectionStringSection
PProjectionStringSection(ControlExec *ce)
PProjectionStringSection::datasetDropdownChanged
void datasetDropdownChanged(std::string value)
PProjectionStringSection::Proj4StringChanged
void Proj4StringChanged(std::string s)
PProjectionStringSection::updateGUI
void updateGUI() const override
PWidget
Definition:
PWidget.h:24
VAPoR::ControlExec
Provides API for VAPOR visualizer User Interfaces (UIs)
Definition:
ControlExecutive.h:25
VComboBox
Definition:
VComboBox.h:12
VLabel
Definition:
VLabel.h:8
VPushButton
Definition:
VPushButton.h:15
VAPoR
Definition:
AnnotationParams.h:33
Generated by
1.9.6