VAPOR3 3.9.4
Public Member Functions | Protected Slots | List of all members
FidelityWidget Class Reference

A Widget that can be reused to provide fidelity selection in any renderer EventRouter class. More...

#include <FidelityWidget.h>

Inheritance diagram for FidelityWidget:

Public Member Functions

 FidelityWidget (QWidget *parent)
 
void Reinit (VariableFlags variableFlags)
 
virtual void Update (const VAPoR::DataMgr *dataMgr, VAPoR::ParamsMgr *paramsMgr, VAPoR::RenderParams *rParams)
 
QButtonGroup * GetFidelityButtons ()
 
std::vector< int > GetFidelityLodIdx () const
 
std::string GetCurrentLodString () const
 
std::string GetCurrentMultiresString () const
 

Protected Slots

void setNumRefinements (int num)
 Connected to the image file text editor.
 
void setCompRatio (int num)
 Connected to the compression ratio selector, setting the lod index.
 
void setFidelity (int buttonID)
 Connected to the fidelity button selector, setting the fidelity index.
 
void SetFidelityDefault ()
 

Detailed Description

A Widget that can be reused to provide fidelity selection in any renderer EventRouter class.

Author
Scott Pearse
Version
3.0
Date
December 2017

Definition at line 28 of file FidelityWidget.h.

Constructor & Destructor Documentation

◆ FidelityWidget()

FidelityWidget::FidelityWidget ( QWidget *  parent)

Member Function Documentation

◆ GetCurrentLodString()

std::string FidelityWidget::GetCurrentLodString ( ) const

◆ GetCurrentMultiresString()

std::string FidelityWidget::GetCurrentMultiresString ( ) const

◆ GetFidelityButtons()

QButtonGroup * FidelityWidget::GetFidelityButtons ( )

◆ GetFidelityLodIdx()

std::vector< int > FidelityWidget::GetFidelityLodIdx ( ) const

◆ Reinit()

void FidelityWidget::Reinit ( VariableFlags  variableFlags)
inline

Definition at line 34 of file FidelityWidget.h.

◆ setCompRatio

void FidelityWidget::setCompRatio ( int  num)
protectedslot

Connected to the compression ratio selector, setting the lod index.

◆ setFidelity

void FidelityWidget::setFidelity ( int  buttonID)
protectedslot

Connected to the fidelity button selector, setting the fidelity index.

◆ SetFidelityDefault

void FidelityWidget::SetFidelityDefault ( )
protectedslot

Connected to the fidelity setDefault button, setting current fidelity as default

◆ setNumRefinements

void FidelityWidget::setNumRefinements ( int  num)
protectedslot

Connected to the image file text editor.

◆ Update()

virtual void FidelityWidget::Update ( const VAPoR::DataMgr dataMgr,
VAPoR::ParamsMgr paramsMgr,
VAPoR::RenderParams rParams 
)
virtual

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