Searched refs:m_eleGraphHeight (Results 1 – 2 of 2) sorted by relevance
165 m_axisY.setLength( m_eleGraphHeight ); in setProjection()216 rect.setHeight( m_eleGraphHeight ); in paintContent()222 … painter->drawLine( m_leftGraphMargin, m_eleGraphHeight, contentSize().width(), m_eleGraphHeight ); in paintContent()230 lastStringEnds = m_eleGraphHeight + m_fontHeight; in paintContent()233 const int posY = m_eleGraphHeight - tick.position; in paintContent()254 labelRect.moveTop( m_eleGraphHeight + 1 ); in paintContent()259 painter->drawLine( posX, 0, posX, m_eleGraphHeight ); in paintContent()312 oldPos.setY( m_eleGraphHeight - oldPos.y() ); in paintContent()314 path.moveTo( oldPos.x(), m_eleGraphHeight ); in paintContent()331 newPos.setY( m_eleGraphHeight - newPos.y() ); in paintContent()[all …]
114 qreal m_eleGraphHeight; variable