LibreOffice
LibreOffice 24.8 SDK API Reference
Loading...
Searching...
No Matches
XToolkitExperimental.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
10
module
com
{ module sun { module star { module awt {
11
14
15
interface
XToolkitExperimental
:
XToolkit3
16
{
19
void
processEventsToIdle
();
20
23
hyper
getOpenGLBufferSwapCounter
();
24
27
void
setDeterministicScheduling
([in]
boolean
bDeterministicMode);
28
31
void
pause
([in]
long
nMilliseconds);
32
37
void
startRecording
();
38
43
void
stopRecording
();
44
52
sequence<string>
getRecordingAndClear
();
53
56
void
waitUntilAllIdlesDispatched
();
57
};
58
59
}; }; }; };
60
61
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
com::sun::star::awt::XToolkit3
Provides a unified interface for the new-style service Toolkit to implement.
Definition
XToolkit3.idl:31
com::sun::star::awt::XToolkitExperimental
Work in progress, don't use unless you know what you are doing.
Definition
XToolkitExperimental.idl:16
com::sun::star::awt::XToolkitExperimental::stopRecording
void stopRecording()
Stop time logging.
com::sun::star::awt::XToolkitExperimental::getRecordingAndClear
sequence< string > getRecordingAndClear()
Query time logs and clear recording.
com::sun::star::awt::XToolkitExperimental::processEventsToIdle
void processEventsToIdle()
Process all pending idle events.
com::sun::star::awt::XToolkitExperimental::setDeterministicScheduling
void setDeterministicScheduling([in] boolean bDeterministicMode)
Turn on or off deterministic scheduling (off is the default).
com::sun::star::awt::XToolkitExperimental::waitUntilAllIdlesDispatched
void waitUntilAllIdlesDispatched()
Wait until all idles dispatched.
com::sun::star::awt::XToolkitExperimental::getOpenGLBufferSwapCounter
hyper getOpenGLBufferSwapCounter()
Get the number of OpenGL buffer swaps.
com::sun::star::awt::XToolkitExperimental::startRecording
void startRecording()
Start time logging.
com::sun::star::awt::XToolkitExperimental::pause
void pause([in] long nMilliseconds)
Pause the main thread of LibreOffice for the requested amount of time.
com
Definition
Ambiguous.idl:20
com
sun
star
awt
XToolkitExperimental.idl
Generated by
1.13.1