(#467) Implemented drag & drop for moving tracks between plots

This commit is contained in:
Pål Hagen
2015-10-19 13:57:01 +02:00
parent ab0e3819a1
commit 2893b29bbc
6 changed files with 90 additions and 11 deletions

View File

@@ -23,6 +23,7 @@
class RimIdenticalGridCaseGroup;
class RimWellLogPlotTrack;
class RimWellLogPlot;
namespace caf
{
@@ -48,5 +49,6 @@ private:
void moveCasesToGridGroup(caf::PdmObjectGroup& objectGroup, RimIdenticalGridCaseGroup* gridCaseGroup);
bool handleGridCaseGroupDrop(Qt::DropAction action, caf::PdmObjectGroup& objectGroup, RimIdenticalGridCaseGroup* gridCaseGroup);
bool handleWellLogPlotTrackDrop(Qt::DropAction action, caf::PdmObjectGroup& objectGroup, RimWellLogPlotTrack* wellLogPlotTrack);
bool handleWellLogPlotDrop(Qt::DropAction action, caf::PdmObjectGroup& objectGroup, RimWellLogPlot* wellLogPlot);
};