TODO Comment class here. More...
#include <AnsysWidget.h>
Inheritance diagram for AnsysWidget:
Collaboration diagram for AnsysWidget:Public Slots | |
| void | applyChanges () |
| slot called when apply changes is pressed More... | |
Public Member Functions | |
| AnsysWidget (QWidget *parent=0, AnsysSimulator *sofaSimulator=NULL) | |
| constructor More... | |
| void | writeBatch (QString path) |
| write text of QTextEdit into file in path More... | |
| ~AnsysWidget () | |
| 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.
| AnsysWidget::AnsysWidget | ( | QWidget * | parent = 0, |
| AnsysSimulator * | sofaSimulator = NULL |
||
| ) |
constructor
References applyChanges(), and AnsysSimulator::getBatchFile().
Here is the call graph for this function:| AnsysWidget::~AnsysWidget | ( | ) |
destructor
|
slot |
slot called when apply changes is pressed
References SimulatorWidget::reload(), and writeBatch().
Referenced by AnsysWidget().
Here is the call graph for this function:
Here is the caller graph for this function:| void AnsysWidget::writeBatch | ( | QString | path | ) |
write text of QTextEdit into file in path
Referenced by applyChanges().
Here is the caller graph for this function: