PlottingPositionHelper.hxx (de7b3f82) PlottingPositionHelper.hxx (30acf5e8)
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

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

144 long m_nTimeResolution;
145 Date m_aNullDate;
146
147 double m_fScaledCategoryWidth;
148 bool m_bAllowShiftXAxisPos;
149 bool m_bAllowShiftZAxisPos;
150};
151
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

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

144 long m_nTimeResolution;
145 Date m_aNullDate;
146
147 double m_fScaledCategoryWidth;
148 bool m_bAllowShiftXAxisPos;
149 bool m_bAllowShiftZAxisPos;
150};
151
152//describes wich axis of the drawinglayer scene or sreen axis are the normal axis
152//describes which axis of the drawinglayer scene or sreen axis are the normal axis
153enum NormalAxis
154{
155 NormalAxis_X
156 , NormalAxis_Y
157 , NormalAxis_Z
158};
159
160class PolarPlottingPositionHelper : public PlottingPositionHelper

--- 286 unchanged lines hidden ---
153enum NormalAxis
154{
155 NormalAxis_X
156 , NormalAxis_Y
157 , NormalAxis_Z
158};
159
160class PolarPlottingPositionHelper : public PlottingPositionHelper

--- 286 unchanged lines hidden ---