OGS
|
Definition at line 29 of file Vtu2GridDialog.h.
#include <Vtu2GridDialog.h>
Public Member Functions | |
Vtu2GridDialog (MeshModel &mesh_model, QDialog *parent=nullptr) | |
Private Slots | |
void | accept () override |
Instructions if the OK-Button has been pressed. | |
void | reject () override |
Instructions if the Cancel-Button has been pressed. | |
Private Member Functions | |
void | updateExpectedVoxel () |
As the x/y/z input changes an estimation of the expected Voxel is given. | |
void | on_xlineEdit_textChanged () |
void | on_ylineEdit_textChanged () |
void | on_zlineEdit_textChanged () |
Private Attributes | |
MeshModel & | _mesh_model |
QStringListModel | _allMeshes |
|
explicit |
Definition at line 34 of file Vtu2GridDialog.cpp.
References _allMeshes, MeshModel::getMesh(), TreeModel::index(), and TreeModel::rowCount().
|
overrideprivateslot |
Instructions if the OK-Button has been pressed.
Definition at line 133 of file Vtu2GridDialog.cpp.
References _mesh_model, MeshModel::addMesh(), OGSError::box(), MeshLib::Cell, fillXYZ(), and MeshModel::getMesh().
|
private |
Definition at line 118 of file Vtu2GridDialog.cpp.
References updateExpectedVoxel().
|
private |
Definition at line 123 of file Vtu2GridDialog.cpp.
References updateExpectedVoxel().
|
private |
Definition at line 128 of file Vtu2GridDialog.cpp.
References updateExpectedVoxel().
|
inlineoverrideprivateslot |
Instructions if the Cancel-Button has been pressed.
Definition at line 44 of file Vtu2GridDialog.h.
|
private |
As the x/y/z input changes an estimation of the expected Voxel is given.
Definition at line 88 of file Vtu2GridDialog.cpp.
References _allMeshes, _mesh_model, fillXYZ(), MeshModel::getMesh(), and getMeshExtent().
Referenced by on_xlineEdit_textChanged(), on_ylineEdit_textChanged(), and on_zlineEdit_textChanged().
|
private |
Definition at line 38 of file Vtu2GridDialog.h.
Referenced by Vtu2GridDialog(), and updateExpectedVoxel().
|
private |
Definition at line 37 of file Vtu2GridDialog.h.
Referenced by accept(), and updateExpectedVoxel().