slide.hxx (6d53c851) slide.hxx (32698fcc)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 55 unchanged lines hidden (view full) ---

64 // Showing
65 // -------------------------------------------------------------------
66
67 /** Prepares to show slide.
68
69 Call this method to reduce the timeout show(), and
70 getInitialSlideBitmap() need to complete. If
71 prefetch() is not called explicitly, the named
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 55 unchanged lines hidden (view full) ---

64 // Showing
65 // -------------------------------------------------------------------
66
67 /** Prepares to show slide.
68
69 Call this method to reduce the timeout show(), and
70 getInitialSlideBitmap() need to complete. If
71 prefetch() is not called explicitly, the named
72 methods will call it implicitely.
72 methods will call it implicitly.
73 */
74 virtual bool prefetch() = 0;
75
76 /** Shows the slide on all registered views
77
78 After this call, the slide will render itself to the
79 views, and start its animations.
80

--- 138 unchanged lines hidden ---
73 */
74 virtual bool prefetch() = 0;
75
76 /** Shows the slide on all registered views
77
78 After this call, the slide will render itself to the
79 views, and start its animations.
80

--- 138 unchanged lines hidden ---