![]() |
Computer Assited Medical Intervention Tool Kit
version 3.3
|
TODO Comment class here. More...
#include <SofaWidget.h>
Inheritance 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=0) | |
| constructor More... | |
| virtual | ~SimulatorWidget () |
| destructor More... | |
Private Attributes | |
| std::string | scnFile |
| sofa scn file More... | |
| std::string | scnFileTemp |
| temp copy of scn filr More... | |
| SofaSimulator * | sofaSimulator |
| the sofa simulator More... | |
| Ui::ui_SofaWidget | ui |
| the ui widget designed in qtdesigner More... | |
| XmlHighlighter * | xmlHighlighter |
| xml highlighter More... | |
Additional Inherited Members | |
Signals inherited from SimulatorWidget | |
| void | reload () |
TODO Comment class here.
| SofaWidget::SofaWidget | ( | QWidget * | parent = 0, |
| SofaSimulator * | sofaSimulator = NULL |
||
| ) |
constructor
| SofaWidget::~SofaWidget | ( | ) |
destructor
|
slot |
slot called when apply changes is pressed
|
slot |
slot called when runSofa button is pressed
|
slot |
slot called when sofa is finished
| void SofaWidget::writeScn | ( | QString | path | ) |
write text typed in the highlighted QTextEdit into a scn file
| path | filename to use |
|
private |
sofa scn file
|
private |
temp copy of scn filr
|
private |
the sofa simulator
|
private |
the ui widget designed in qtdesigner
|
private |
xml highlighter
1.8.8