ResInsight/ApplicationLibCode/ProjectDataModel/Completions
Magne Sjaastad a0ebb6e496
Add copyObject to PdmObjectHandle
New syntax to copy an object

    auto curveCopy = curve->copyObject<RimSummaryCurve>();

Previous deprecated syntax

    RimColorLegend* customLegend = dynamic_cast<RimColorLegend*>(
            standardLegend->xmlCapability()->copyByXmlSerialization( caf::PdmDefaultObjectFactory::instance() ) );
2024-06-14 17:18:28 +02:00
..
CMakeLists_files.cmake Thermal Fracture: add thermal fracture template 2022-07-06 18:18:11 +02:00
Rim3dWellLogCurveCollection.cpp Remove all use of .uiCapability()->setUiTreeHidden( true ); 2024-02-05 10:15:36 +01:00
Rim3dWellLogCurveCollection.h clang-format: Set column width to 140 2023-02-26 10:48:40 +01:00
RimCompletionCellIntersectionCalc.cpp clang-format: Set column width to 140 2023-02-26 10:48:40 +01:00
RimCompletionCellIntersectionCalc.h clang-format: Set column width to 140 2023-02-26 10:48:40 +01:00
RimCompletionTemplateCollection.cpp clang-format: Set column width to 140 2023-02-26 10:48:40 +01:00
RimCompletionTemplateCollection.h #7555 Rename RimFractureGroupStatistics to RimEnsembleFractureStatistics 2021-04-09 15:35:05 +02:00
RimEllipseFractureTemplate.cpp #10728 Fractures: add new conductivity in fracture mode to approximate Reveal behavior 2023-10-18 18:30:18 +02:00
RimEllipseFractureTemplate.h clang-format: Set column width to 140 2023-02-26 10:48:40 +01:00
RimEnsembleFractureStatistics.cpp #10367 Janitor: Remove unneccessary 'this' pointers 2023-08-07 13:38:27 +02:00
RimEnsembleFractureStatistics.h Update clang-format.yml (#10068) 2023-04-13 07:05:53 +02:00
RimEnsembleFractureStatisticsCollection.cpp Remove all use of .uiCapability()->setUiTreeHidden( true ); 2024-02-05 10:15:36 +01:00
RimEnsembleFractureStatisticsCollection.h #7555 Rename RimFractureGroupStatistics to RimEnsembleFractureStatistics 2021-04-09 15:35:05 +02:00
RimFishbones.cpp Remove all use of .uiCapability()->setUiTreeHidden( true ); 2024-02-05 10:15:36 +01:00
RimFishbones.h Fishbones : Add support for creating three different parameter sets 2023-10-19 14:49:42 +02:00
RimFishbonesCollection.cpp Remove all use of .uiCapability()->setUiTreeHidden( true ); 2024-02-05 10:15:36 +01:00
RimFishbonesCollection.h #7595 MSW : Move MSW parameters to well path 2021-04-20 21:13:02 +02:00
RimFishbonesPipeProperties.cpp Fishbones : Add support for creating three different parameter sets 2023-10-19 14:49:42 +02:00
RimFishbonesPipeProperties.h Fishbones : Add support for creating three different parameter sets 2023-10-19 14:49:42 +02:00
RimFracture.cpp Refactor: improve interface for finding intersecting cells. 2024-01-03 13:00:09 +01:00
RimFracture.h Added more clang-tidy checks 2023-04-14 14:07:45 +02:00
RimFractureContainment.cpp Change API for PdmObjectHandle and PdmFieldHandle 2023-05-12 21:41:34 +02:00
RimFractureContainment.h Rename ApplicationCode to ApplicationLibCode 2021-01-11 15:27:45 +01:00
RimFractureContainmentTools.cpp clang-format: Set column width to 140 2023-02-26 10:48:40 +01:00
RimFractureContainmentTools.h clang-format: Set column width to 140 2023-02-26 10:48:40 +01:00
RimFractureExportSettings.cpp clang-format: Set column width to 140 2023-02-26 10:48:40 +01:00
RimFractureExportSettings.h clang-format: Set column width to 140 2023-02-26 10:48:40 +01:00
RimFractureTemplate.cpp Add and use caf::PdmUiPushButtonEditor::configureEditorLabelHidden 2024-02-23 08:47:52 +01:00
RimFractureTemplate.h #10728 Fractures: add new conductivity in fracture mode to approximate Reveal behavior 2023-10-18 18:30:18 +02:00
RimFractureTemplateCollection.cpp Add copyObject to PdmObjectHandle 2024-06-14 17:18:28 +02:00
RimFractureTemplateCollection.h clang-format: Set column width to 140 2023-02-26 10:48:40 +01:00
RimMeshFractureTemplate.cpp Reveal: dump StimPlan XML for debugging thermal completions. 2023-09-25 09:33:37 +02:00
RimMeshFractureTemplate.h Reveal: dump StimPlan XML for debugging thermal completions. 2023-09-25 09:33:37 +02:00
RimMswCompletionParameters.cpp Janitor: Remove unused code an move initializers to private 2023-11-13 09:16:58 +01:00
RimMswCompletionParameters.h Janitor: Remove unused code an move initializers to private 2023-11-13 09:16:58 +01:00
RimMultipleValveLocations.cpp Change API for PdmObjectHandle and PdmFieldHandle 2023-05-12 21:41:34 +02:00
RimMultipleValveLocations.h #7818 Modeled Well Path : Update location of completions 2021-06-29 15:33:03 +02:00
RimNonDarcyPerforationParameters.cpp clang-format: Set column width to 140 2023-02-26 10:48:40 +01:00
RimNonDarcyPerforationParameters.h Moved UnitSystem from RiaEclipseUnitTools to RiaDefines. (#7225) 2021-01-21 12:58:46 +01:00
RimPerforationCollection.cpp Remove all use of .uiCapability()->setUiTreeHidden( true ); 2024-02-05 10:15:36 +01:00
RimPerforationCollection.h #7818 Modeled Well Path : Update location of completions 2021-06-29 15:33:03 +02:00
RimPerforationInterval.cpp Remove all use of .uiCapability()->setUiTreeHidden( true ); 2024-02-05 10:15:36 +01:00
RimPerforationInterval.h clang-format: Set column width to 140 2023-02-26 10:48:40 +01:00
RimSimWellFracture.cpp #10649 ApplicationLibCode: Use collection.empty() instead of comparing with size 2023-09-27 10:16:37 +02:00
RimSimWellFracture.h Added more clang-tidy checks 2023-04-14 14:07:45 +02:00
RimSimWellFractureCollection.cpp Remove all use of .uiCapability()->setUiTreeHidden( true ); 2024-02-05 10:15:36 +01:00
RimSimWellFractureCollection.h Added more clang-tidy checks 2023-04-14 14:07:45 +02:00
RimStimPlanFractureTemplate.cpp Add readability-simplify-boolean-expr 2023-06-26 13:12:41 +02:00
RimStimPlanFractureTemplate.h clang-format: Set column width to 140 2023-02-26 10:48:40 +01:00
RimThermalFractureTemplate.cpp Reveal Thermal Fracture Template: add missing update when changing filter cake mode. 2023-11-08 15:52:33 +01:00
RimThermalFractureTemplate.h Reveal Thermal Fracture Template: add missing update when changing filter cake mode. 2023-11-08 15:52:33 +01:00
RimValveTemplate.cpp Remove all use of .uiCapability()->setUiTreeHidden( true ); 2024-02-05 10:15:36 +01:00
RimValveTemplate.h Import of AICD valve definition from text file 2023-09-12 19:45:32 +02:00
RimValveTemplateCollection.cpp Remove all use of .uiCapability()->setUiTreeHidden( true ); 2024-02-05 10:15:36 +01:00
RimValveTemplateCollection.h Moved UnitSystem from RiaEclipseUnitTools to RiaDefines. (#7225) 2021-01-21 12:58:46 +01:00
RimWellPathAicdParameters.cpp Import of AICD valve definition from text file 2023-09-12 19:45:32 +02:00
RimWellPathAicdParameters.h Import of AICD valve definition from text file 2023-09-12 19:45:32 +02:00
RimWellPathCompletions.cpp Remove all use of .uiCapability()->setUiTreeHidden( true ); 2024-02-05 10:15:36 +01:00
RimWellPathCompletions.h #7818 Modeled Well Path : Update location of completions 2021-06-29 15:33:03 +02:00
RimWellPathCompletionSettings.cpp Cleanup includes 2024-03-07 19:45:43 +01:00
RimWellPathCompletionSettings.h Make RimWellPathCompletionSettings scriptable 2023-11-06 09:43:24 +01:00
RimWellPathComponentInterface.h #7818 Modeled Well Path : Update location of completions 2021-06-29 15:33:03 +02:00
RimWellPathFracture.cpp Refactor LayoutOptions to improve readability 2023-11-10 14:48:56 +01:00
RimWellPathFracture.h Added more clang-tidy checks 2023-04-14 14:07:45 +02:00
RimWellPathFractureCollection.cpp Remove all use of .uiCapability()->setUiTreeHidden( true ); 2024-02-05 10:15:36 +01:00
RimWellPathFractureCollection.h Added more clang-tidy checks 2023-04-14 14:07:45 +02:00
RimWellPathValve.cpp Remove all use of .uiCapability()->setUiTreeHidden( true ); 2024-02-05 10:15:36 +01:00
RimWellPathValve.h clang-format: Set column width to 140 2023-02-26 10:48:40 +01:00