20module
com { module sun { module star { module drawing {
53 [in]
boolean bCreateSystemChildWindow,
54 [in]
boolean bInitiallyVisible,
55 [in]
boolean bEnableChildTransparentMode,
56 [in]
boolean bEnableParentClip);
96 [in]
short nRequestedCanvasFeatureList,
97 [in]
string sOptionalCanvasServiceName);
specifies the basic operations for a window component.
Definition XWindow.idl:33
This interface is a collection of functions that were necessary to implement larger parts of the pres...
Definition XPresenterHelper.idl:31
::com::sun::star::rendering::XCanvas createSharedCanvas([in] ::com::sun::star::rendering::XSpriteCanvas xUpdateCanvas, [in] ::com::sun::star::awt::XWindow xUpdateWindow, [in] ::com::sun::star::rendering::XCanvas xSharedCanvas, [in] ::com::sun::star::awt::XWindow xSharedWindow, [in] ::com::sun::star::awt::XWindow xWindow)
Create a new canvas for the given window.
void captureMouse([in] ::com::sun::star::awt::XWindow xWindow)
Capture the mouse so that no other window will receive mouse events.
::com::sun::star::rendering::XCanvas createCanvas([in] ::com::sun::star::awt::XWindow xWindow, [in] short nRequestedCanvasFeatureList, [in] string sOptionalCanvasServiceName)
Create a new canvas for the given window.
com::sun::star::awt::Rectangle getWindowExtentsRelative([in] ::com::sun::star::awt::XWindow xChildWindow, [in] ::com::sun::star::awt::XWindow xParentWindow)
Return the bounding box of the given child window relative to the direct or indirect parent window.
void toTop([in] ::com::sun::star::awt::XWindow xWindow)
Move the specified window to the top of its stacking order.
::com::sun::star::rendering::XBitmap loadBitmap([in] string id, [in] ::com::sun::star::rendering::XCanvas xCanvas)
Load a bitmap with a given ID.
void releaseMouse([in] ::com::sun::star::awt::XWindow xWindow)
Release a previously captured mouse.
::com::sun::star::awt::XWindow createWindow([in] ::com::sun::star::awt::XWindow xParentWindow, [in] boolean bCreateSystemChildWindow, [in] boolean bInitiallyVisible, [in] boolean bEnableChildTransparentMode, [in] boolean bEnableParentClip)
Create a new window as child window of the given parent window.
This is a generic interface to a bitmap.
Definition XBitmap.idl:33
Central interface for rendering.
Definition XCanvas.idl:96
Specialization of a XCanvas, where moving, animated objects (called sprites) are supported.
Definition XSpriteCanvas.idl:43
Definition Ambiguous.idl:20
specifies a rectangular area by position and size.
Definition Rectangle.idl:28