LibreOffice
LibreOffice 24.2 SDK API Reference
|
allows receive window-related events, additional to the ones received by an XWindowListener More...
import"XWindowListener2.idl";
Public Member Functions | |
void | windowEnabled ([in] com::sun::star::lang::EventObject e) |
is called when the window has been enabled. More... | |
void | windowDisabled ([in] com::sun::star::lang::EventObject e) |
is called when the window has been disabled. More... | |
![]() | |
void | windowResized ([in] com::sun::star::awt::WindowEvent e) |
is invoked when the window has been resized. More... | |
void | windowMoved ([in] com::sun::star::awt::WindowEvent e) |
is invoked when the window has been moved. More... | |
void | windowShown ([in] com::sun::star::lang::EventObject e) |
is invoked when the window has been shown. More... | |
void | windowHidden ([in] com::sun::star::lang::EventObject e) |
is invoked when the window has been hidden. More... | |
![]() | |
void | disposing ([in] com::sun::star::lang::EventObject Source) |
gets called when the broadcaster is about to be disposed. More... | |
![]() | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
allows receive window-related events, additional to the ones received by an XWindowListener
void windowDisabled | ( | [in] com::sun::star::lang::EventObject | e | ) |
is called when the window has been disabled.
void windowEnabled | ( | [in] com::sun::star::lang::EventObject | e | ) |
is called when the window has been enabled.