ResInsight/ApplicationLibCode/Commands/OperationsUsingObjReferences
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 Add copy/paste of cell filters 2023-12-11 12:32:19 +01:00
RicCopyReferencesToClipboardFeature.cpp Add copy/paste of cell filters 2023-12-11 12:32:19 +01:00
RicCopyReferencesToClipboardFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicCutReferencesToClipboardFeature.cpp #10367 Janitor: Remove unneccessary 'this' pointers 2023-08-07 13:38:27 +02:00
RicCutReferencesToClipboardFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicPasteCellFiltersFeature.cpp Add copyObject to PdmObjectHandle 2024-06-14 17:18:28 +02:00
RicPasteCellFiltersFeature.h Add copy/paste of cell filters 2023-12-11 12:32:19 +01:00
RicPasteEclipseCasesFeature.cpp Refactor connection between cases and views. 2024-04-15 16:10:43 +02:00
RicPasteEclipseCasesFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicPasteEclipseViewsFeature.cpp Add copyObject to PdmObjectHandle 2024-06-14 17:18:28 +02:00
RicPasteEclipseViewsFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicPasteFeatureImpl.cpp Cleanup includes 2024-03-07 19:45:43 +01:00
RicPasteFeatureImpl.h clang-format: Set column width to 140 2023-02-26 10:48:40 +01:00
RicPasteGeoMechViewsFeature.cpp Add copyObject to PdmObjectHandle 2024-06-14 17:18:28 +02:00
RicPasteGeoMechViewsFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicPasteIntersectionsFeature.cpp Add copyObject to PdmObjectHandle 2024-06-14 17:18:28 +02:00
RicPasteIntersectionsFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00