activitybase.hxx (aaef562f) activitybase.hxx (a72d41dc)
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

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

110
111 EventQueue& getEventQueue() const { return mrEventQueue; }
112
113 AnimatableShapeSharedPtr getShape() const { return mpShape; }
114
115 ShapeAttributeLayerSharedPtr getShapeAttributeLayer() const
116 { return mpAttributeLayer; }
117
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

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

110
111 EventQueue& getEventQueue() const { return mrEventQueue; }
112
113 AnimatableShapeSharedPtr getShape() const { return mpShape; }
114
115 ShapeAttributeLayerSharedPtr getShapeAttributeLayer() const
116 { return mpAttributeLayer; }
117
118 bool isRepeatCountValid() const { return maRepeats; }
118 bool isRepeatCountValid() const { return (bool) maRepeats; }
119 double getRepeatCount() const { return *maRepeats; }
120 bool isAutoReverse() const { return mbAutoReverse; }
121
122private:
123 /// Activity:
124 virtual void end();
125 virtual void performEnd() = 0;
126

--- 22 unchanged lines hidden ---
119 double getRepeatCount() const { return *maRepeats; }
120 bool isAutoReverse() const { return mbAutoReverse; }
121
122private:
123 /// Activity:
124 virtual void end();
125 virtual void performEnd() = 0;
126

--- 22 unchanged lines hidden ---