TODO Comment class here. More...
#include <AnsysWidget.h>
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... | |
Private Attributes | |
AnsysSimulator * | ansysSimulator |
the ansys simulator More... | |
std::string | batchFile |
sofa scn file More... | |
Ui::AnsysWidget | ui |
the ui widget designed in qtdesigner More... | |
Additional Inherited Members | |
Signals inherited from SimulatorWidget | |
void | reload () |
TODO Comment class here.
AnsysWidget::AnsysWidget | ( | QWidget * | parent = 0 , |
AnsysSimulator * | sofaSimulator = NULL |
||
) |
constructor
References ansysSimulator, applyChanges(), batchFile, AnsysSimulator::getBatchFile(), and ui.
AnsysWidget::~AnsysWidget | ( | ) |
destructor
|
slot |
slot called when apply changes is pressed
References batchFile, SimulatorWidget::reload(), and writeBatch().
Referenced by AnsysWidget().
void AnsysWidget::writeBatch | ( | QString | path | ) |
write text of QTextEdit into file in path
References ui.
Referenced by applyChanges().
|
private |
the ansys simulator
Referenced by AnsysWidget().
|
private |
sofa scn file
Referenced by AnsysWidget(), and applyChanges().
|
private |
the ui widget designed in qtdesigner
Referenced by AnsysWidget(), and writeBatch().