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