VAPOR3 3.9.4
Public Member Functions | Static Public Attributes | Protected Member Functions | List of all members
PMetadataSection Class Reference

#include <PMetadataClasses.h>

Inheritance diagram for PMetadataSection:
PWidget UWidget VContainer Updateable

Public Member Functions

 PMetadataSection (VAPoR::ControlExec *ce)
 
- Public Member Functions inherited from PWidget
 PWidget (const std::string &tag, QWidget *widget)
 
void Update (VAPoR::ParamsBase *params, VAPoR::ParamsMgr *paramsMgr=nullptr, VAPoR::DataMgr *dataMgr=nullptr) override
 Follows the Vapor GUI update function convention. Update the element.
 
PWidgetShowBasedOnParam (const std::string &tag, int whenEqualTo=true)
 
PWidgetEnableBasedOnParam (const std::string &tag, int whenEqualTo=true)
 
PWidgetSetTooltip (const std::string &text)
 
void setToolTip (const QString &)=delete
 
- Public Member Functions inherited from UWidget
 VContainer (QWidget *w)
 
- Public Member Functions inherited from VContainer
 VContainer (QWidget *w)
 
void AddBottomStretch ()
 
void SetPadding (int left, int top, int right, int bottom)
 
QLayout * layout () const =delete
 
void setLayout (QLayout *)=delete
 
virtual void Update (VAPoR::ParamsBase *params, VAPoR::ParamsMgr *paramsMgr=nullptr, VAPoR::DataMgr *dataMgr=nullptr)=0
 

Static Public Attributes

static const std::string SelectedDatasetTag
 
static const std::string MetadataTimestepTag
 

Protected Member Functions

void updateGUI () const override
 
- Protected Member Functions inherited from PWidget
virtual void updateGUI () const =0
 
virtual bool requireParamsMgr () const
 
virtual bool requireDataMgr () const
 
virtual bool isShown () const
 
virtual bool isEnabled () const
 
const std::string & getTag () const
 
VAPoR::ParamsBasegetParams () const
 
VAPoR::ParamsMgrgetParamsMgr () const
 
VAPoR::DataMgrgetDataMgr () const
 
SettingsParamsgetSettingsParams () const
 
void setParamsDouble (double v)
 
void setParamsLong (long v)
 
void setParamsString (const std::string &v)
 
double getParamsDouble () const
 
long getParamsLong () const
 
std::string getParamsString () const
 
template<class T >
T * getParams () const
 

Detailed Description

Allows the user view all variable metadata that is in the dataset selected by a drop-down menu. It also displays coordinate variable metadata and global attributes for the given dataset, at the given timestep.

Definition at line 45 of file PMetadataClasses.h.

Constructor & Destructor Documentation

◆ PMetadataSection()

PMetadataSection::PMetadataSection ( VAPoR::ControlExec ce)

Member Function Documentation

◆ updateGUI()

void PMetadataSection::updateGUI ( ) const
overrideprotectedvirtual

Implements PWidget.

Member Data Documentation

◆ MetadataTimestepTag

const std::string PMetadataSection::MetadataTimestepTag
static

Definition at line 61 of file PMetadataClasses.h.

◆ SelectedDatasetTag

const std::string PMetadataSection::SelectedDatasetTag
static

Definition at line 60 of file PMetadataClasses.h.


The documentation for this class was generated from the following file: