OGS
|
Definition at line 29 of file AddFaultsToVoxelGridDialog.h.
#include <AddFaultsToVoxelGridDialog.h>
Public Member Functions | |
AddFaultsToVoxelGridDialog (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 | on_selectDataButton_pressed () |
Instructions if the ">>-button" has been pressed. | |
void | on_deselectDataButton_pressed () |
Instructions if the "<<-button" has been pressed. | |
Private Attributes | |
MeshModel & | _mesh_model |
QStringListModel | _voxelGrids |
QStringListModel | _meshes2D |
QStringListModel | _selFaults |
|
explicit |
Definition at line 29 of file AddFaultsToVoxelGridDialog.cpp.
References _meshes2D, _selFaults, _voxelGrids, MeshModel::getMesh(), TreeModel::index(), MeshToolsLib::MeshGenerator::AddFaultToVoxelGrid::isVoxelGrid(), no_voxel_str, and TreeModel::rowCount().
|
overrideprivateslot |
Instructions if the OK-Button has been pressed.
Definition at line 79 of file AddFaultsToVoxelGridDialog.cpp.
References _mesh_model, _selFaults, MeshModel::addMesh(), OGSError::box(), MeshModel::getMesh(), Utils::getSelectedObjects(), INFO(), MeshLib::materialIDs(), and no_voxel_str.
|
private |
Instructions if the "<<-button" has been pressed.
Definition at line 74 of file AddFaultsToVoxelGridDialog.cpp.
References _meshes2D, _selFaults, and Utils::moveSelectedItems().
|
private |
Instructions if the ">>-button" has been pressed.
Definition at line 69 of file AddFaultsToVoxelGridDialog.cpp.
References _meshes2D, _selFaults, and Utils::moveSelectedItems().
|
inlineoverrideprivateslot |
Instructions if the Cancel-Button has been pressed.
Definition at line 48 of file AddFaultsToVoxelGridDialog.h.
|
private |
Definition at line 39 of file AddFaultsToVoxelGridDialog.h.
Referenced by accept().
|
private |
Definition at line 41 of file AddFaultsToVoxelGridDialog.h.
Referenced by AddFaultsToVoxelGridDialog(), on_deselectDataButton_pressed(), and on_selectDataButton_pressed().
|
private |
Definition at line 42 of file AddFaultsToVoxelGridDialog.h.
Referenced by AddFaultsToVoxelGridDialog(), accept(), on_deselectDataButton_pressed(), and on_selectDataButton_pressed().
|
private |
Definition at line 40 of file AddFaultsToVoxelGridDialog.h.
Referenced by AddFaultsToVoxelGridDialog().