Add DropArea_qtwidgets stub

This commit is contained in:
Sergio Martins
2022-04-23 14:14:28 +01:00
parent 860a1a1bb0
commit 4f5ffa2370
6 changed files with 91 additions and 0 deletions

View File

@@ -116,6 +116,9 @@ public:
///@param dropArea Just forward to DropIndicatorOverlayInterface's constructor.
virtual DropIndicatorOverlayInterface *createDropIndicatorOverlay(Controllers::DropArea *dropArea) const = 0;
/// @brief Called internally by the framework to create a DropArea
virtual View *createDropArea(Controllers::DropArea *, View *parent) const = 0;
///@brief Called internally by the framework to create a RubberBand to show as drop zone
/// Returns a rubber band
virtual QWidgetOrQuick *createRubberBand(QWidgetOrQuick *parent) const = 0;