LibreOffice
LibreOffice 24.2 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 {
51  ::com::sun::star::awt::XWindow createWindow (
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 
74  ::com::sun::star::rendering::XCanvas createSharedCanvas (
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 
126  void captureMouse (
127  [in] ::com::sun::star::awt::XWindow xWindow);
128 
133  void releaseMouse (
134  [in] ::com::sun::star::awt::XWindow xWindow);
135 
139  com::sun::star::awt::Rectangle getWindowExtentsRelative (
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: */
Central interface for rendering.
Definition: XCanvas.idl:95
specifies a rectangular area by position and size.
Definition: Rectangle.idl:27
Specialization of a XCanvas, where moving, animated objects (called sprites) are supported.
Definition: XSpriteCanvas.idl:42
Definition: Ambiguous.idl:20
This is a generic interface to a bitmap.
Definition: XBitmap.idl:32
specifies the basic operations for a window component.
Definition: XWindow.idl:32
This interface is a collection of functions that were necessary to implement larger parts of the pres...
Definition: XPresenterHelper.idl:30