VAPOR3 3.9.4
PCopyRegionWidget.h
Go to the documentation of this file.
1#pragma once
2
3#include "PWidget.h"
4
6
10
11class PCopyRegionWidget : public PWidget {
12 CopyRegionWidget *_widget;
13
14public:
16
17protected:
18 void updateGUI() const override;
19 bool requireParamsMgr() const override { return true; }
20};
PWidget wrapper for the CopyRegionWidget.
void updateGUI() const override
bool requireParamsMgr() const override