]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/GEOMGUI/GeometryGUI.h
Salome HOME
Implementation of 0021855: EDF 2321 GEOM : Add folders to group objects in the object...
[modules/geom.git] / src / GEOMGUI / GeometryGUI.h
index fb23e5683b90dd429c5b98cdf91323bc644d07a1..d7b820851f801629408a3f311a0678b992f345c0 100644 (file)
@@ -143,6 +143,11 @@ public:
 
   static QString              GetIORFromObject( GEOM::GEOM_Object_ptr object );
 
+  virtual bool                isDraggable( const SUIT_DataObject* what ) const;
+  virtual bool                isDropAccepted( const SUIT_DataObject* where ) const;
+  virtual void                dropObjects( const DataObjectList& what, 
+                                          SUIT_DataObject* where,
+                                          const int row, Qt::DropAction action );
 
 public slots:
   virtual bool                deactivateModule( SUIT_Study* );