SimCenter CWE Client Program  1.1.2
This repo contains a Qt-UI program which communicates with the SimCenter Agave Server to run CFD simulations.
Public Member Functions | Protected Member Functions | List of all members
CWE_PanelTab Class Reference

Public Member Functions

 CWE_PanelTab (QWidget *panelWidget, QString panelKey, QString panelName, QWidget *parent=nullptr)
 
QWidget * getPanelWidget ()
 
void setTabEnabled (bool setting)
 
- Public Member Functions inherited from CWE_ParamTab
 CWE_ParamTab (QString refKey, QString displayedText, QWidget *parent=nullptr)
 
QString getRefKey ()
 
bool tabIsActive ()
 
void setActive (bool b=true)
 
void setInActive (bool b=true)
 

Protected Member Functions

virtual void setButtonAppearance ()
 
- Protected Member Functions inherited from CWE_ParamTab
void mousePressEvent (QMouseEvent *event) override
 
void mouseReleaseEvent (QMouseEvent *event) override
 
void setButtonState (bool tabPressed, bool tabActive)
 

Additional Inherited Members

- Signals inherited from CWE_ParamTab
void btn_clicked (CWE_ParamTab *)
 
- Protected Attributes inherited from CWE_ParamTab
QString tabKey = "UNKNOWN"
 
QString tabDisplay = "UNKNOWN"
 
bool tab_active = false
 
bool tab_pressed = false