LibreOffice
LibreOffice 24.2 SDK API Reference
|
specifies a docking event. More...
import"DockingEvent.idl";
Public Attributes | |
com::sun::star::awt::Rectangle | TrackingRectangle |
specifies the current tracking rectangle More... | |
com::sun::star::awt::Point | MousePos |
specifies the current mouse position in frame coordinates More... | |
boolean | bLiveMode |
specifies if the layout should be adjusted immediately More... | |
boolean | bInteractive |
specifies if the docking procedure is interactive which means that the user is currently dragging the window to a new position if this member is FALSE the window will be docked or undocked immediately using the returned tracking rectangle More... | |
Public Attributes inherited from EventObject | |
com::sun::star::uno::XInterface | Source |
refers to the object that fired the event. More... | |
specifies a docking event.
boolean bInteractive |
specifies if the docking procedure is interactive which means that the user is currently dragging the window to a new position if this member is FALSE
the window will be docked or undocked immediately using the returned tracking rectangle
boolean bLiveMode |
specifies if the layout should be adjusted immediately
com::sun::star::awt::Point MousePos |
specifies the current mouse position in frame coordinates
com::sun::star::awt::Rectangle TrackingRectangle |
specifies the current tracking rectangle