Searched refs:fixedDataValueGap (Results 1 – 9 of 9) sorted by relevance
92 if ( fixedDataValueGap() == r.fixedDataValueGap() && in operator ==()112 qreal BarAttributes::fixedDataValueGap() const in fixedDataValueGap() function in BarAttributes
41 qreal fixedDataValueGap() const;
127 qreal maxLimit = rowCount * ( groupWidth + ( colCount - 1 ) * ba.fixedDataValueGap() ); in paint()132 spaceBetweenBars += ba.fixedDataValueGap(); in paint()152 offset -= ba.fixedDataValueGap(); in paint()
136 qreal maxLimit = rowCount * ( groupWidth + ( ( colCount - 1 ) * ba.fixedDataValueGap() ) ); in paint()141 spaceBetweenBars += ba.fixedDataValueGap(); in paint()162 offset -= ba.fixedDataValueGap(); in paint()
129 qreal maxLimit = rowCount * (groupWidth + ((colCount-1) * ba.fixedDataValueGap()) ); in paint()135 spaceBetweenBars += ba.fixedDataValueGap(); in paint()
127 qreal maxLimit = rowCount * (groupWidth + ((colCount-1) * ba.fixedDataValueGap()) ); in paint()133 spaceBetweenBars += ba.fixedDataValueGap(); in paint()
104 qreal maxLimit = rowCount * (groupWidth + ((colCount-1) * ba.fixedDataValueGap()) ); in paint()110 spaceBetweenBars += ba.fixedDataValueGap(); in paint()
110 qreal maxLimit = rowCount * (groupWidth + ((colCount-1) * ba.fixedDataValueGap()) ); in paint()116 spaceBetweenBars += ba.fixedDataValueGap(); in paint()
96 QVERIFY( ba.fixedDataValueGap() == 6 ); in testBarAttributesValueSettings()117 QVERIFY( m_bars->barAttributes().fixedDataValueGap() == 7 ); in testBarAttributesValueSettings()