LibreOffice
LibreOffice 24.8 SDK API Reference
Loading...
Searching...
No Matches
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
 
com::sun::star::awt::Point MousePos
 specifies the current mouse position in frame coordinates
 
boolean bLiveMode
 specifies if the layout should be adjusted immediately
 
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
 
- Public Attributes inherited from EventObject
com::sun::star::uno::XInterface Source
 refers to the object that fired the event.
 

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: