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) | 
|  Public Member Functions inherited from XInterface | |
| 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 ) |