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

Barb renderer GUI. More...

#include <BarbEventRouter.h>

Inheritance diagram for BarbEventRouter:
RenderEventRouterGUI RenderEventRouter EventRouter

Public Member Functions

 BarbEventRouter (QWidget *parent, VAPoR::ControlExec *ce)
 
string GetType () const
 
bool Supports2DVariables () const
 
bool Supports3DVariables () const
 
- Public Member Functions inherited from RenderEventRouterGUI
 RenderEventRouterGUI (VAPoR::ControlExec *ce, string paramsType)
 
QWidget * AddSubtab (string title, UWidget *subtab)
 
QWidget * AddVariablesSubtab (UWidget *subtab)
 
QWidget * AddAppearanceSubtab (UWidget *subtab)
 
QWidget * AddGeometrySubtab (UWidget *subtab)
 
QWidget * AddAnnotationSubtab (UWidget *subtab)
 
- Public Member Functions inherited from RenderEventRouter
 RenderEventRouter (VAPoR::ControlExec *ce, string paramsType)
 
virtual ~RenderEventRouter ()
 
void SetActive (string instName)
 
virtual void hookUpTab ()
 
virtual void updateTab ()
 
virtual void confirmText ()
 
virtual bool Supports2DVariables () const =0
 
virtual bool Supports3DVariables () const =0
 
virtual bool SupportsParticleVariables () const
 
void updateRenderer (VAPoR::RenderParams *rParams, bool prevEnabled, string VizName, string renderInstName, bool newWindow)
 
virtual void sessionLoadTF (string name)
 
virtual void fitToView ()
 
virtual ColorbarWidget * getColorbarWidget ()
 
virtual void variableChanged ()
 
VAPoR::RenderParamsGetActiveParams () const
 
VAPoR::DataMgrGetActiveDataMgr () const
 
string GetDescription () const
 
string GetSmallIconImagePath () const
 
string GetIconImagePath () const
 
- Public Member Functions inherited from EventRouter
 EventRouter (VAPoR::ControlExec *ce, string paramsType)
 
virtual ~EventRouter ()
 
virtual VAPoR::ParamsBaseGetActiveParams () const
 
virtual void hookUpTab ()
 
virtual void GetWebHelp (std::vector< std::pair< string, string > > &help) const
 
virtual void updateTab ()
 
virtual void confirmText ()
 
void SetTextChanged (bool on)
 
virtual void captureMouseUp ()
 
virtual void captureMouseDown (int mouseNum)
 
virtual void StartCursorMove ()
 
virtual void EndCursorMove ()
 
GUIStateParamsGetStateParams () const
 
AnimationParamsGetAnimationParams () const
 
size_t GetCurrentTimeStep () const
 
virtual string GetType () const =0
 
virtual void LoadDataNotify (string dataSetName)
 

Static Public Member Functions

static string GetClassType ()
 
- Static Public Member Functions inherited from EventRouter
static size_t GetCurrentTimeStep (VAPoR::ControlExec *ce)
 

Protected Member Functions

virtual string _getDescription () const
 
virtual string _getSmallIconImagePath () const
 
virtual string _getIconImagePath () const
 
- Protected Member Functions inherited from RenderEventRouterGUI
virtual void _updateTab () override
 
- Protected Member Functions inherited from RenderEventRouter
 RenderEventRouter ()
 
virtual void _updateTab ()=0
 
virtual void _confirmText ()
 
virtual string _getDescription () const =0
 
virtual string _getSmallIconImagePath () const =0
 
virtual string _getIconImagePath () const =0
 
- Protected Member Functions inherited from EventRouter
 EventRouter ()
 
virtual void _initializeTab ()
 
virtual void _updateTab ()=0
 
virtual void _confirmText ()
 

Additional Inherited Members

- Static Public Attributes inherited from RenderEventRouterGUI
static const std::string VariablesTabName
 
static const std::string AppearanceTabName
 
static const std::string GeometryTabName
 
static const std::string AnnotationTabName
 
- Protected Attributes inherited from EventRouter
VAPoR::ControlExec_controlExec
 
bool _textChangedFlag
 
string _paramsType
 

Detailed Description

Barb renderer GUI.

Author
Stas Jaroszynski

Definition at line 11 of file BarbEventRouter.h.

Constructor & Destructor Documentation

◆ BarbEventRouter()

BarbEventRouter::BarbEventRouter ( QWidget *  parent,
VAPoR::ControlExec ce 
)

Member Function Documentation

◆ _getDescription()

virtual string BarbEventRouter::_getDescription ( ) const
protectedvirtual

Implements RenderEventRouter.

◆ _getIconImagePath()

virtual string BarbEventRouter::_getIconImagePath ( ) const
inlineprotectedvirtual

Implements RenderEventRouter.

Definition at line 22 of file BarbEventRouter.h.

◆ _getSmallIconImagePath()

virtual string BarbEventRouter::_getSmallIconImagePath ( ) const
inlineprotectedvirtual

Implements RenderEventRouter.

Definition at line 21 of file BarbEventRouter.h.

◆ GetClassType()

static string BarbEventRouter::GetClassType ( )
inlinestatic

Definition at line 14 of file BarbEventRouter.h.

References VAPoR::BarbRenderer::GetClassType().

Referenced by GetType().

◆ GetType()

string BarbEventRouter::GetType ( ) const
inlinevirtual

Return derived class type

Return a string identifier for the derived EventRouter type

Implements EventRouter.

Definition at line 15 of file BarbEventRouter.h.

References GetClassType().

◆ Supports2DVariables()

bool BarbEventRouter::Supports2DVariables ( ) const
inlinevirtual

Pure virtual method that indicates whether the current RenderEventRouter and its associated renderer support 2D variables.

Implements RenderEventRouter.

Definition at line 16 of file BarbEventRouter.h.

◆ Supports3DVariables()

bool BarbEventRouter::Supports3DVariables ( ) const
inlinevirtual

Pure virtual method that indicates whether the current RenderEventRouter and its associated renderer support 3D variables.

Implements RenderEventRouter.

Definition at line 17 of file BarbEventRouter.h.


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