Public Slots | |
| void | targetCellUidLineEditSlot (void) |
| void | targetCellUidSliderSlot (int value) |
Public Member Functions | |
| QHyodaToolCell (QHyodaJob *, QHyodaTool *) | |
| void | setRange (quint64) |
| void | refresh (const QStringList &) |
| void | close () |
Public Attributes | |
| QHyodaJob * | job |
| QHyodaTool * | tools |
| QHyodaGLCell * | cell |
Private Attributes | |
| double | coords [8][3] |
Definition at line 17 of file QHyodaToolCell.h.
| QHyodaToolCell::QHyodaToolCell | ( | QHyodaJob * | _job, |
| QHyodaTool * | _tools ) |
Definition at line 24 of file QHyodaToolCell.cc.
| QHyodaToolCell::~QHyodaToolCell | ( | ) |
Definition at line 43 of file QHyodaToolCell.cc.
| void QHyodaToolCell::close | ( | ) |
Definition at line 49 of file QHyodaToolCell.cc.
| void QHyodaToolCell::refresh | ( | const QStringList & | splitted_output | ) |
Definition at line 82 of file QHyodaToolCell.cc.
| void QHyodaToolCell::setRange | ( | quint64 | mesh_total_nb_cell | ) |
Definition at line 57 of file QHyodaToolCell.cc.
|
slot |
Definition at line 122 of file QHyodaToolCell.cc.
|
slot |
Definition at line 138 of file QHyodaToolCell.cc.
| QHyodaGLCell* QHyodaToolCell::cell |
Definition at line 32 of file QHyodaToolCell.h.
|
private |
Definition at line 34 of file QHyodaToolCell.h.
| QHyodaJob* QHyodaToolCell::job |
Definition at line 30 of file QHyodaToolCell.h.
| QHyodaTool* QHyodaToolCell::tools |
Definition at line 31 of file QHyodaToolCell.h.