Files
ResInsight/ApplicationLibCode/Commands/Histogram/CMakeLists_files.cmake
T
JJ 393917e6f3 Histogram drag/drop and paste improvements (#12851)
* Add drag'n'drop support for ensemble summary vectors and ensembles into histogram plots

* Make sure histogram plot is shown and all update signals are connected when loading a project.

* Support ensemble parameter drag'n'drop from data sources into histogram plots. 

* Show ensemble parameters in data sources tree.

* Add copy/paste of histogram curves

* Re-use all existing parameters in a plot when dragging a new ensemble into it
2025-08-29 15:12:32 +02:00

17 lines
716 B
CMake

set(SOURCE_GROUP_HEADER_FILES
${CMAKE_CURRENT_LIST_DIR}/RicNewDefaultHistogramPlotFeature.h
${CMAKE_CURRENT_LIST_DIR}/RicNewHistogramCurveFeature.cpp
${CMAKE_CURRENT_LIST_DIR}/RicNewHistogramMultiPlotFeature.h
${CMAKE_CURRENT_LIST_DIR}/RicPasteHistogramCurveFeature.h
)
set(SOURCE_GROUP_SOURCE_FILES
${CMAKE_CURRENT_LIST_DIR}/RicNewDefaultHistogramPlotFeature.cpp
${CMAKE_CURRENT_LIST_DIR}/RicNewHistogramCurveFeature.cpp
${CMAKE_CURRENT_LIST_DIR}/RicNewHistogramMultiPlotFeature.cpp
${CMAKE_CURRENT_LIST_DIR}/RicPasteHistogramCurveFeature.cpp
)
list(APPEND COMMAND_CODE_HEADER_FILES ${SOURCE_GROUP_HEADER_FILES})
list(APPEND COMMAND_CODE_SOURCE_FILES ${SOURCE_GROUP_SOURCE_FILES})