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