VAPOR3
3.9.4
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
Variables
Typedefs
Enumerations
Enumerator
a
f
g
m
n
o
p
s
t
v
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
~
Variables
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
Enumerations
a
c
d
e
f
g
h
l
m
o
p
r
s
t
v
x
Enumerator
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Related Functions
_
c
d
f
o
p
r
s
t
v
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
y
Functions
_
c
d
h
m
o
p
r
u
v
Variables
Typedefs
Enumerations
Enumerator
a
c
h
p
r
s
t
u
v
Macros
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
y
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