LibreOffice
LibreOffice 24.8 SDK API Reference
|
Transition interface to render custom transitions over time. More...
import <XTransition.idl;
Public Member Functions | |
void | update ([in] double t) |
Update transition on screen to given time state. | |
void | viewChanged ([in] XSlideShowView view, [in] com::sun::star::rendering::XBitmap leavingBitmap, [in] com::sun::star::rendering::XBitmap enteringBitmap) |
![]() | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. | |
void | acquire () |
increases the reference counter by one. | |
void | release () |
decreases the reference counter by one. | |
Transition interface to render custom transitions over time.
void update | ( | [in] double | t | ) |
Update transition on screen to given time state.
t | Time on the transition timeline to display. Must be in the [0,1] range. |
void viewChanged | ( | [in] XSlideShowView | view, |
[in] com::sun::star::rendering::XBitmap | leavingBitmap, | ||
[in] com::sun::star::rendering::XBitmap | enteringBitmap ) |