Lines Matching refs:pVAxis

150         VAxisBase* pVAxis = aIt->second.get();  in setTransformationSceneToScreen()  local
151 if( pVAxis ) in setTransformationSceneToScreen()
153 if(2==pVAxis->getDimensionCount()) in setTransformationSceneToScreen()
154 pVAxis->setTransformationSceneToScreen( m_aMatrixSceneToScreen ); in setTransformationSceneToScreen()
421 VAxisBase* pVAxis( this->getVAxis( nDimIndex, nAxisIndex ) ); in prepareScaleAutomatismForDimensionAndIndex() local
422 if( pVAxis ) in prepareScaleAutomatismForDimensionAndIndex()
423 …rScaleAutomatism.setMaximumAutoMainIncrementCount( pVAxis->estimateMaximumAutoMainIncrementCount()… in prepareScaleAutomatismForDimensionAndIndex()
473 VAxisBase* pVAxis = aIt->second.get(); in createMaximumAxesLabels() local
474 if( pVAxis ) in createMaximumAxesLabels()
476 if(2==pVAxis->getDimensionCount()) in createMaximumAxesLabels()
477 pVAxis->setTransformationSceneToScreen( m_aMatrixSceneToScreen ); in createMaximumAxesLabels()
478 pVAxis->createMaximumLabels(); in createMaximumAxesLabels()
488 VAxisBase* pVAxis = aIt->second.get(); in createAxesLabels() local
489 if( pVAxis ) in createAxesLabels()
491 if(2==pVAxis->getDimensionCount()) in createAxesLabels()
492 pVAxis->setTransformationSceneToScreen( m_aMatrixSceneToScreen ); in createAxesLabels()
493 pVAxis->createLabels(); in createAxesLabels()
504 VAxisBase* pVAxis = aIt->second.get(); in updatePositions() local
505 if( pVAxis ) in updatePositions()
507 if(2==pVAxis->getDimensionCount()) in updatePositions()
508 pVAxis->setTransformationSceneToScreen( m_aMatrixSceneToScreen ); in updatePositions()
509 pVAxis->updatePositions(); in updatePositions()
520 VAxisBase* pVAxis = aIt->second.get(); in createAxesShapes() local
521 if( pVAxis ) in createAxesShapes()
523 if(2==pVAxis->getDimensionCount()) in createAxesShapes()
524 pVAxis->setTransformationSceneToScreen( m_aMatrixSceneToScreen ); in createAxesShapes()
532 pVAxis->setExrtaLinePositionAtOtherAxis( in createAxesShapes()
538 pVAxis->setExrtaLinePositionAtOtherAxis( in createAxesShapes()
543 pVAxis->createShapes(); in createAxesShapes()