Home
last modified time | relevance | path

Searched refs:m_eleGraphHeight (Results 1 – 2 of 2) sorted by relevance

/dports/astro/marble/marble-21.12.3/src/plugins/render/elevationprofilefloatitem/
H A DElevationProfileFloatItem.cpp165 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 …]
H A DElevationProfileFloatItem.h114 qreal m_eleGraphHeight; variable