TODO Comment class here. More...
#include <SofaWidget.h>
Inheritance diagram for SofaWidget:
Collaboration diagram for SofaWidget:Public Slots | |
| void | applyChanges () |
| slot called when apply changes is pressed More... | |
| void | runSofa () |
| slot called when runSofa button is pressed More... | |
| void | sofaExited () |
| slot called when sofa is finished More... | |
Public Member Functions | |
| SofaWidget (QWidget *parent=0, SofaSimulator *sofaSimulator=NULL) | |
| constructor More... | |
| void | writeScn (QString path) |
| write text typed in the highlighted QTextEdit into a scn file More... | |
| ~SofaWidget () | |
| destructor More... | |
Public Member Functions inherited from SimulatorWidget | |
| SimulatorWidget (QWidget *parent=nullptr) | |
| constructor More... | |
| ~SimulatorWidget () override=default | |
| destructor More... | |
Additional Inherited Members | |
Signals inherited from SimulatorWidget | |
| void | reload () |
TODO Comment class here.
| SofaWidget::SofaWidget | ( | QWidget * | parent = 0, |
| SofaSimulator * | sofaSimulator = NULL |
||
| ) |
constructor
References applyChanges(), SofaSimulator::getScnFile(), and runSofa().
Here is the call graph for this function:| SofaWidget::~SofaWidget | ( | ) |
destructor
|
slot |
slot called when apply changes is pressed
References SimulatorWidget::reload(), and writeScn().
Referenced by SofaWidget().
Here is the call graph for this function:
Here is the caller graph for this function:
|
slot |
slot called when runSofa button is pressed
References sofaExited(), and writeScn().
Referenced by SofaWidget().
Here is the call graph for this function:
Here is the caller graph for this function:
|
slot |
slot called when sofa is finished
Referenced by runSofa().
Here is the caller graph for this function:| void SofaWidget::writeScn | ( | QString | path | ) |
write text typed in the highlighted QTextEdit into a scn file
| path | filename to use |
Referenced by applyChanges(), and runSofa().
Here is the caller graph for this function: