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

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

121 /** Get the overall view transformation.
122
123 This method should <em>not</em> simply return the
124 underlying canvas' transformation, but rather provide
125 a layer above that. This enables clients of the
126 slideshow to set their own user space transformation
127 at the canvas, whilst the slideshow adds their
128 transformation on top of that. Concretely, this method
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

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

121 /** Get the overall view transformation.
122
123 This method should <em>not</em> simply return the
124 underlying canvas' transformation, but rather provide
125 a layer above that. This enables clients of the
126 slideshow to set their own user space transformation
127 at the canvas, whilst the slideshow adds their
128 transformation on top of that. Concretely, this method
129 returns the user transform (implicitely calculated
129 returns the user transform (implicitly calculated
130 from the setViewSize() method), combined with the view
131 transformation.
132 */
133 virtual basegfx::B2DHomMatrix getTransformation() const = 0;
134
135 /** Get the overall view transformation.
136
137 Same transformation as with getTransformation(), only

--- 34 unchanged lines hidden ---
130 from the setViewSize() method), combined with the view
131 transformation.
132 */
133 virtual basegfx::B2DHomMatrix getTransformation() const = 0;
134
135 /** Get the overall view transformation.
136
137 Same transformation as with getTransformation(), only

--- 34 unchanged lines hidden ---