VAPOR3
3.9.4
apps
vaporgui
PWidgetWrapper.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
PWidget.h
"
4
8
9
class
PWidgetWrapper
:
public
PWidget
{
10
PWidget
*_child;
11
12
public
:
13
PWidgetWrapper
(
PWidget
*p);
14
PWidgetWrapper
(std::string tag,
PWidget
*p);
15
16
protected
:
17
void
updateGUI
()
const override
;
18
virtual
VAPoR::ParamsBase
*
getWrappedParams
()
const
;
19
};
PWidget.h
PWidgetWrapper
Provides a streamlined interface for a PWidget that wraps another PWidget.
Definition:
PWidgetWrapper.h:9
PWidgetWrapper::getWrappedParams
virtual VAPoR::ParamsBase * getWrappedParams() const
PWidgetWrapper::updateGUI
void updateGUI() const override
PWidgetWrapper::PWidgetWrapper
PWidgetWrapper(PWidget *p)
PWidgetWrapper::PWidgetWrapper
PWidgetWrapper(std::string tag, PWidget *p)
PWidget
Definition:
PWidget.h:24
VAPoR::ParamsBase
Nodes with state in Xml tree representation.
Definition:
ParamsBase.h:50
Generated by
1.9.6