Searched refs:adjustLower (Results 1 – 9 of 9) sorted by relevance
/dports/graphics/kdiagram/kdiagram-2.8.0/src/KChart/ |
H A D | KChartGridAttributes.cpp | 42 bool adjustLower; member in GridAttributes::Private 57 adjustLower( true ), in Private() 165 void GridAttributes::setAdjustBoundsToGrid( bool adjustLower, bool adjustUpper ) in setAdjustBoundsToGrid() argument 167 d->adjustLower = adjustLower; in setAdjustBoundsToGrid() 172 return d->adjustLower; in adjustLowerBoundToGrid()
|
H A D | KChartAbstractGrid.cpp | 96 bool adjustLower, bool adjustUpper ) in adjustLowerUpperRange() argument 100 if ( adjustLower && !qFuzzyIsNull( fmod( start, stepWidth ) ) ) in adjustLowerUpperRange() 108 bool adjustLower, bool adjustUpper ) in adjustedLowerUpperRange() argument 114 adjustLower, adjustUpper ); in adjustedLowerUpperRange()
|
H A D | KChartAbstractGrid.h | 117 bool adjustLower, bool adjustUpper ); 127 bool adjustLower, bool adjustUpper );
|
H A D | KChartGridAttributes.h | 147 void setAdjustBoundsToGrid( bool adjustLower, bool adjustUpper );
|
/dports/graphics/kdiagram/kdiagram-2.8.0/src/KChart/Cartesian/ |
H A D | KChartCartesianGrid.cpp | 282 bool adjustLower, bool adjustUpper ) const in calculateGridXY() argument 287 adjustLower = false; in calculateGridXY() 318 adjustLower, adjustUpper ); in calculateGridXY() 324 adjustLower, adjustUpper ); in calculateGridXY() 347 if ( adjustLower ) in calculateGridXY() 379 if ( adjustLower || zeroBound ) in calculateGridXY() 400 bool adjustLower, bool adjustUpper ) in calculateSteps() argument 414 AbstractGrid::adjustLowerUpperRange( start, end, testStepWidth, adjustLower, adjustUpper ); in calculateSteps() 437 bool adjustLower, bool adjustUpper ) const in calculateStepWidth() argument 470 adjustLower, adjustUpper ); in calculateStepWidth()
|
H A D | KChartLeveyJenningsGrid.h | 50 … Qt::Orientation orientation, bool adjustLower, bool adjustUpper ) const override; 52 … qreal& stepWidth, qreal& subStepWidth, bool adjustLower, bool adjustUpper ) const override;
|
H A D | KChartCartesianGrid.h | 78 bool adjustLower, bool adjustUpper ) const; 112 bool adjustLower, bool adjustUpper ) const;
|
H A D | KChartLeveyJenningsGrid.cpp | 109 bool adjustLower, bool adjustUpper ) const in calculateGridXY() argument 137 adjustLower, adjustUpper ); in calculateGridXY() 152 bool adjustLower, bool adjustUpper ) in calculateSteps() argument 166 AbstractGrid::adjustLowerUpperRange( start, end, testStepWidth, adjustLower, adjustUpper ); in calculateSteps() 188 bool adjustLower, bool adjustUpper ) const in calculateStepWidth() argument 223 adjustLower, adjustUpper ); in calculateStepWidth()
|
H A D | KChartCartesianAxis.cpp | 202 const bool adjustLower = gridAttributes.adjustLowerBoundToGrid() && !fixedRange; in init() local 204 … m_dimension = AbstractGrid::adjustedLowerUpperRange( m_dimension, adjustLower, adjustUpper ); in init()
|