LibreOffice
LibreOffice 24.8 SDK API Reference
XPresenterHelper.idl
Go to the documentation of this file.
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  * Licensed to the Apache Software Foundation (ASF) under one or more
12  * contributor license agreements. See the NOTICE file distributed
13  * with this work for additional information regarding copyright
14  * ownership. The ASF licenses this file to you under the Apache
15  * License, Version 2.0 (the "License"); you may not use this file
16  * except in compliance with the License. You may obtain a copy of
17  * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
19 
20 module com { module sun { module star { module drawing {
21 
31 {
52  [in] ::com::sun::star::awt::XWindow xParentWindow,
53  [in] boolean bCreateSystemChildWindow,
54  [in] boolean bInitiallyVisible,
55  [in] boolean bEnableChildTransparentMode,
56  [in] boolean bEnableParentClip);
57 
75  [in] ::com::sun::star::rendering::XSpriteCanvas xUpdateCanvas,
76  [in] ::com::sun::star::awt::XWindow xUpdateWindow,
77  [in] ::com::sun::star::rendering::XCanvas xSharedCanvas,
78  [in] ::com::sun::star::awt::XWindow xSharedWindow,
79  [in] ::com::sun::star::awt::XWindow xWindow);
80 
95  [in] ::com::sun::star::awt::XWindow xWindow,
96  [in] short nRequestedCanvasFeatureList,
97  [in] string sOptionalCanvasServiceName);
98 
105  void toTop (
106  [in] ::com::sun::star::awt::XWindow xWindow);
107 
116  [in] string id,
117  [in] ::com::sun::star::rendering::XCanvas xCanvas);
118 
127  [in] ::com::sun::star::awt::XWindow xWindow);
128 
134  [in] ::com::sun::star::awt::XWindow xWindow);
135 
140  [in] ::com::sun::star::awt::XWindow xChildWindow,
141  [in] ::com::sun::star::awt::XWindow xParentWindow);
142 };
143 
144 
145 }; }; }; }; // ::com::sun::star::drawing
146 
147 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
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