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