slideanimations.hxx (aaef562f) | slideanimations.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 --- 77 unchanged lines hidden (view full) --- 86 */ 87 bool isAnimated() const; 88 89 /** Start the animations. 90 91 This method creates the network of events and 92 activities for all animations. The events and 93 activities are inserted into the constructor-provided | 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 --- 77 unchanged lines hidden (view full) --- 86 */ 87 bool isAnimated() const; 88 89 /** Start the animations. 90 91 This method creates the network of events and 92 activities for all animations. The events and 93 activities are inserted into the constructor-provided |
94 queues. These queues are not explicitely cleared, if | 94 queues. These queues are not explicitly cleared, if |
95 you rely on this object's effects to run without 96 interference, you should clear the queues by yourself. 97 98 @return true, if all events have been successfully 99 created. 100 */ 101 bool start(); 102 --- 19 unchanged lines hidden --- | 95 you rely on this object's effects to run without 96 interference, you should clear the queues by yourself. 97 98 @return true, if all events have been successfully 99 created. 100 */ 101 bool start(); 102 --- 19 unchanged lines hidden --- |