LibreOffice
LibreOffice 7.4 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 #ifndef __com_sun_star_drawing_XPresenterHelper_idl__
21 #define __com_sun_star_drawing_XPresenterHelper_idl__
22 
28 
29 module com { module sun { module star { module drawing {
30 
40 {
61  [in] ::com::sun::star::awt::XWindow xParentWindow,
62  [in] boolean bCreateSystemChildWindow,
63  [in] boolean bInitiallyVisible,
64  [in] boolean bEnableChildTransparentMode,
65  [in] boolean bEnableParentClip);
66 
84  [in] ::com::sun::star::rendering::XSpriteCanvas xUpdateCanvas,
85  [in] ::com::sun::star::awt::XWindow xUpdateWindow,
86  [in] ::com::sun::star::rendering::XCanvas xSharedCanvas,
87  [in] ::com::sun::star::awt::XWindow xSharedWindow,
88  [in] ::com::sun::star::awt::XWindow xWindow);
89 
104  [in] ::com::sun::star::awt::XWindow xWindow,
105  [in] short nRequestedCanvasFeatureList,
106  [in] string sOptionalCanvasServiceName);
107 
114  void toTop (
115  [in] ::com::sun::star::awt::XWindow xWindow);
116 
125  [in] string id,
126  [in] ::com::sun::star::rendering::XCanvas xCanvas);
127 
136  [in] ::com::sun::star::awt::XWindow xWindow);
137 
143  [in] ::com::sun::star::awt::XWindow xWindow);
144 
149  [in] ::com::sun::star::awt::XWindow xChildWindow,
150  [in] ::com::sun::star::awt::XWindow xParentWindow);
151 };
152 
153 
154 }; }; }; }; // ::com::sun::star::drawing
155 
156 #endif
157 
158 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
specifies the basic operations for a window component.
Definition: XWindow.idl:51
This interface is a collection of functions that were necessary to implement larger parts of the pres...
Definition: XPresenterHelper.idl:40
::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:41
Central interface for rendering.
Definition: XCanvas.idl:114
Specialization of a XCanvas, where moving, animated objects (called sprites) are supported.
Definition: XSpriteCanvas.idl:50
Definition: Ambiguous.idl:22
specifies a rectangular area by position and size.
Definition: Rectangle.idl:30