LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_awt_XWindow_idl__
20 #define __com_sun_star_awt_XWindow_idl__
40 module
com { module sun { module star { module awt {
com::sun::star::awt::Rectangle getPosSize()
returns the outer bounds of the window.
void removeFocusListener([in] com::sun::star::awt::XFocusListener xListener)
removes the specified focus listener from the listener list.
void addFocusListener([in] com::sun::star::awt::XFocusListener xListener)
adds a focus listener to the object.
void removeWindowListener([in] com::sun::star::awt::XWindowListener xListener)
removes the specified window listener from the listener list.
const short Y
Definition: Key.idl:135
const short X
specifies to strike out the characters with X's.
Definition: FontStrikeout.idl:66
void addMouseListener([in] com::sun::star::awt::XMouseListener xListener)
adds a mouse listener to the object.
void setFocus()
sets the focus to the window.
makes it possible to receive events from the mouse in a certain window.
Definition: XMouseListener.idl:34
specifies the basic operations for a window component.
Definition: XWindow.idl:51
void addWindowListener([in] com::sun::star::awt::XWindowListener xListener)
adds a window listener to the object.
makes it possible to receive window events.
Definition: XWindowListener.idl:41
makes it possible to receive keyboard focus events.
Definition: XFocusListener.idl:37
makes it possible to receive mouse motion events on a window.
Definition: XMouseMotionListener.idl:34
allows to explicitly free resources and break cyclic references.
Definition: XComponent.idl:43
void removeKeyListener([in] com::sun::star::awt::XKeyListener xListener)
removes the specified key listener from the listener list.
void removeMouseMotionListener([in] com::sun::star::awt::XMouseMotionListener xListener)
removes the specified mouse motion listener from the listener list.
void removePaintListener([in] com::sun::star::awt::XPaintListener xListener)
removes the specified paint listener from the listener list.
void setPosSize([in] long X, [in] long Y, [in] long Width, [in] long Height, [in] short Flags)
sets the outer bounds of the window.
makes it possible to receive keyboard events.
Definition: XKeyListener.idl:34
Definition: Ambiguous.idl:22
void addPaintListener([in] com::sun::star::awt::XPaintListener xListener)
adds a paint listener to the object.
void removeMouseListener([in] com::sun::star::awt::XMouseListener xListener)
removes the specified mouse listener from the listener list.
void addMouseMotionListener([in] com::sun::star::awt::XMouseMotionListener xListener)
adds a mouse motion listener to the object.
void setVisible([in] boolean Visible)
shows or hides the window depending on the parameter.
makes it possible to receive paint events.
Definition: XPaintListener.idl:34
specifies a rectangular area by position and size.
Definition: Rectangle.idl:30
void setEnable([in] boolean Enable)
enables or disables the window depending on the parameter.
void addKeyListener([in] com::sun::star::awt::XKeyListener xListener)
adds a key listener to the object.