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