-
- Downloads
do not use MaterialItemProperty to access material identifier
instead use ItemWithMaterial. This makes the handling more understandable and as a second effect reduces code complexity and: * use concrete types like ItemWithMaterial* instead of SessionItem* * use QVector instead std::deque + QVector to simplify code * remove now obsolete code * adapt unit tests
parent
397b837d
No related branches found
No related tags found
Checking pipeline status
Showing
- GUI/Models/ItemWithMaterial.cpp 0 additions, 5 deletionsGUI/Models/ItemWithMaterial.cpp
- GUI/Models/ItemWithMaterial.h 0 additions, 4 deletionsGUI/Models/ItemWithMaterial.h
- GUI/Models/JobModelFunctions.cpp 8 additions, 7 deletionsGUI/Models/JobModelFunctions.cpp
- GUI/Models/LayerItem.cpp 5 additions, 6 deletionsGUI/Models/LayerItem.cpp
- GUI/Models/LayerItem.h 1 addition, 1 deletionGUI/Models/LayerItem.h
- GUI/Models/MaterialItemUtils.cpp 20 additions, 27 deletionsGUI/Models/MaterialItemUtils.cpp
- GUI/Models/MaterialItemUtils.h 3 additions, 3 deletionsGUI/Models/MaterialItemUtils.h
- GUI/Models/MultiLayerItem.cpp 3 additions, 3 deletionsGUI/Models/MultiLayerItem.cpp
- GUI/Models/MultiLayerItem.h 2 additions, 1 deletionGUI/Models/MultiLayerItem.h
- GUI/Models/ParticleCoreShellItem.cpp 0 additions, 12 deletionsGUI/Models/ParticleCoreShellItem.cpp
- GUI/Models/ParticleCoreShellItem.h 0 additions, 1 deletionGUI/Models/ParticleCoreShellItem.h
- GUI/Models/ParticleItem.cpp 0 additions, 8 deletionsGUI/Models/ParticleItem.cpp
- GUI/Models/ParticleItem.h 0 additions, 1 deletionGUI/Models/ParticleItem.h
- GUI/Models/SampleModel.cpp 2 additions, 10 deletionsGUI/Models/SampleModel.cpp
- Tests/Unit/GUI/TestComponentUtils.cpp 11 additions, 12 deletionsTests/Unit/GUI/TestComponentUtils.cpp
Loading
Please register or sign in to comment