LibreOffice
LibreOffice 24.2 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. More... | |
void | viewChanged ([in] XSlideShowView view, [in] com::sun::star::rendering::XBitmap leavingBitmap, [in] com::sun::star::rendering::XBitmap enteringBitmap) |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
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 | ||
) |