VAPOR3 3.9.4
PTimestepInput.h
Go to the documentation of this file.
1#pragma once
2
3#include "PWidget.h"
4
5namespace VAPoR {
6class ControlExec;
7}
8class VIntSpinBox;
9
10
11class PTimestepInput : public PWidget {
13 VIntSpinBox * _input;
14
15public:
17
18protected:
19 void updateGUI() const override;
20 void inputChanged(int v);
21};
void updateGUI() const override
PTimestepInput(VAPoR::ControlExec *ce)
void inputChanged(int v)
Provides API for VAPOR visualizer User Interfaces (UIs)