LibreOffice
LibreOffice 7.4 SDK API Reference
Public Attributes | List of all members
DockingEvent Struct Reference

specifies a docking event. More...

import"DockingEvent.idl";

Inheritance diagram for DockingEvent:
EventObject

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...
 

Detailed Description

specifies a docking event.

Member Data Documentation

◆ bInteractive

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

◆ bLiveMode

boolean bLiveMode

specifies if the layout should be adjusted immediately

◆ MousePos

specifies the current mouse position in frame coordinates

◆ TrackingRectangle

com::sun::star::awt::Rectangle TrackingRectangle

specifies the current tracking rectangle


The documentation for this struct was generated from the following file: