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