28 bool isDragAndDropped()
const;
30 std::shared_ptr<Element> getDroppedOnElement()
const;
35 bool _isDragAndDropped =
false;
37 std::shared_ptr<Element> _droppedOnElement;
An element is a generalization of all components that make up an AEC product. Those elements can be l...
Definition: Element.h:40
Defines a non-persistent 3D Cartesian point.
Definition: Pnt.h:42
A Utf-16 (windows) or ucs4 (unix) encoded string class.
Definition: String.h:29
#define OPENLXAPP_EXPORT
Definition: OpenLxApp_defines.h:12
Definition: GlobalId.h:32
Definition: ActiveScript.h:9
The 'ActiveScript' is the script that is currently been executed ( the script's 'main' function is ca...
Definition: ActiveScript.h:20