VAPOR3 3.9.4
UWidget.h
Go to the documentation of this file.
1#pragma once
2
3#include "VContainer.h"
4#include "Updateable.h"
5
9
10class UWidget : public VContainer, public Updateable {
11public:
13};
A widget that standardizes support for params updates.
Definition: UWidget.h:10
Provides an interface that standardizes objects that support params updates.
Definition: Updateable.h:13
VContainer(QWidget *w)