VAPOR3
3.9.4
apps
vaporgui
PTimestepSliderEdit.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
PLineItem.h
"
4
5
class
VIntSliderEdit
;
6
7
namespace
VAPoR
{
8
class
ControlExec;
9
};
10
13
14
class
PTimestepSliderEdit
:
public
PLineItem
{
15
VIntSliderEdit
* _sliderEdit;
16
VAPoR::ControlExec
*_ce;
17
18
public
:
19
PTimestepSliderEdit
(
VAPoR::ControlExec
*ce);
20
21
protected
:
22
void
updateGUI
()
const override
;
23
24
private
:
25
void
valueChanged(
int
v);
26
};
PLineItem.h
PLineItem
Definition:
PLineItem.h:9
PTimestepSliderEdit
Definition:
PTimestepSliderEdit.h:14
PTimestepSliderEdit::PTimestepSliderEdit
PTimestepSliderEdit(VAPoR::ControlExec *ce)
PTimestepSliderEdit::updateGUI
void updateGUI() const override
VAPoR::ControlExec
Provides API for VAPOR visualizer User Interfaces (UIs)
Definition:
ControlExecutive.h:25
VIntSliderEdit
A wrapper for a VSlider and a VIntLineEdit, that provides synchronization between the two widgets,...
Definition:
VIntSliderEdit.h:17
VAPoR
Definition:
AnnotationParams.h:33
Generated by
1.9.6