mirror of
https://github.com/OPM/ResInsight.git
synced 2026-08-27 05:37:21 -05:00
* 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
17 lines
716 B
CMake
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})
|