VAPOR3
3.9.4
apps
vaporgui
ParamsWidgetDemo.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <QWidget>
4
5
namespace
VAPoR
{
6
class
ParamsBase;
7
class
ParamsMgr;
8
class
DataMgr;
9
}
// namespace VAPoR
10
11
class
PGroup
;
12
16
17
class
ParamsWidgetDemo
:
public
QWidget {
18
Q_OBJECT
19
20
PGroup
*pg;
21
22
public
:
23
ParamsWidgetDemo
();
24
void
Update
(
VAPoR::ParamsBase
*params,
VAPoR::ParamsMgr
*paramsMgr =
nullptr
,
VAPoR::DataMgr
*dataMgr =
nullptr
);
25
};
PGroup
Definition:
PGroup.h:14
ParamsWidgetDemo
Definition:
ParamsWidgetDemo.h:17
ParamsWidgetDemo::Update
void Update(VAPoR::ParamsBase *params, VAPoR::ParamsMgr *paramsMgr=nullptr, VAPoR::DataMgr *dataMgr=nullptr)
ParamsWidgetDemo::ParamsWidgetDemo
ParamsWidgetDemo()
VAPoR::DataMgr
A cache based data reader.
Definition:
DataMgr.h:110
VAPoR::ParamsBase
Nodes with state in Xml tree representation.
Definition:
ParamsBase.h:50
VAPoR::ParamsMgr
A singleton class for managing Params instances.
Definition:
ParamsMgr.h:53
VAPoR
Definition:
AnnotationParams.h:33
Generated by
1.9.6