| slide.hxx (aaef562f) | slide.hxx (6d53c851) |
|---|---|
| 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 --- 54 unchanged lines hidden (view full) --- 63 public: 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 | 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 --- 54 unchanged lines hidden (view full) --- 63 public: 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 explicitely, the named | 71 prefetch() is not called explicitly, the named |
| 72 methods will call it implicitely. 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. --- 139 unchanged lines hidden --- | 72 methods will call it implicitely. 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. --- 139 unchanged lines hidden --- |