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 | |
CWE_PanelTab (QWidget *panelWidget, QString panelKey, QString panelName, QWidget *parent=nullptr) | |
QWidget * | getPanelWidget () |
void | setTabEnabled (bool setting) |
![]() | |
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 () |
![]() | |
void | mousePressEvent (QMouseEvent *event) override |
void | mouseReleaseEvent (QMouseEvent *event) override |
void | setButtonState (bool tabPressed, bool tabActive) |
Additional Inherited Members | |
![]() | |
void | btn_clicked (CWE_ParamTab *) |
![]() | |
QString | tabKey = "UNKNOWN" |
QString | tabDisplay = "UNKNOWN" |
bool | tab_active = false |
bool | tab_pressed = false |