Home
last modified time | relevance | path

Searched refs:fixedDataValueGap (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/kdiagram/kdiagram-2.8.0/src/KChart/Cartesian/
H A DKChartBarAttributes.cpp92 if ( fixedDataValueGap() == r.fixedDataValueGap() && in operator ==()
112 qreal BarAttributes::fixedDataValueGap() const in fixedDataValueGap() function in BarAttributes
H A DKChartBarAttributes.h41 qreal fixedDataValueGap() const;
/dports/graphics/kdiagram/kdiagram-2.8.0/src/KChart/Cartesian/DiagramFlavors/
H A DKChartNormalLyingBarDiagram_p.cpp127 qreal maxLimit = rowCount * ( groupWidth + ( colCount - 1 ) * ba.fixedDataValueGap() ); in paint()
132 spaceBetweenBars += ba.fixedDataValueGap(); in paint()
152 offset -= ba.fixedDataValueGap(); in paint()
H A DKChartNormalBarDiagram_p.cpp136 qreal maxLimit = rowCount * ( groupWidth + ( ( colCount - 1 ) * ba.fixedDataValueGap() ) ); in paint()
141 spaceBetweenBars += ba.fixedDataValueGap(); in paint()
162 offset -= ba.fixedDataValueGap(); in paint()
H A DKChartStackedBarDiagram_p.cpp129 qreal maxLimit = rowCount * (groupWidth + ((colCount-1) * ba.fixedDataValueGap()) ); in paint()
135 spaceBetweenBars += ba.fixedDataValueGap(); in paint()
H A DKChartStackedLyingBarDiagram_p.cpp127 qreal maxLimit = rowCount * (groupWidth + ((colCount-1) * ba.fixedDataValueGap()) ); in paint()
133 spaceBetweenBars += ba.fixedDataValueGap(); in paint()
H A DKChartPercentBarDiagram_p.cpp104 qreal maxLimit = rowCount * (groupWidth + ((colCount-1) * ba.fixedDataValueGap()) ); in paint()
110 spaceBetweenBars += ba.fixedDataValueGap(); in paint()
H A DKChartPercentLyingBarDiagram_p.cpp110 qreal maxLimit = rowCount * (groupWidth + ((colCount-1) * ba.fixedDataValueGap()) ); in paint()
116 spaceBetweenBars += ba.fixedDataValueGap(); in paint()
/dports/graphics/kdiagram/kdiagram-2.8.0/qtests/BarDiagrams/
H A Dmain.cpp96 QVERIFY( ba.fixedDataValueGap() == 6 ); in testBarAttributesValueSettings()
117 QVERIFY( m_bars->barAttributes().fixedDataValueGap() == 7 ); in testBarAttributesValueSettings()