Searched refs:m_pfCurrentValues (Results 1 – 3 of 3) sorted by relevance
85 , m_pfCurrentValues(NULL) in EquidistantTickFactory()89 m_pfCurrentValues = new double[getTickDepth()]; in EquidistantTickFactory()142 delete[] m_pfCurrentValues; in ~EquidistantTickFactory()233 if(m_pfCurrentValues[0]>m_fOuterMajorTickBorderMax) in getMajorTick()238 if(m_pfCurrentValues[0]<m_fOuterMajorTickBorderMin) in getMajorTick()246 m_pfCurrentValues[0] = m_rScale.Scaling->doScaling( m_pfCurrentValues[0] ); in getMajorTick()248 return &m_pfCurrentValues[0]; in getMajorTick()282 m_pfCurrentValues[nDepth] = fAdaptedStartParent + nTick*fDistance; in getMinorTick()286 m_pfCurrentValues[nDepth] = m_rScale.Scaling->doScaling( m_pfCurrentValues[nDepth] ); in getMinorTick()288 if( !isWithinOuterBorder( m_pfCurrentValues[nDepth] ) ) in getMinorTick()[all …]
384 , m_pfCurrentValues(NULL) in TickmarkHelper()388 m_pfCurrentValues = new double[getTickDepth()]; in TickmarkHelper()448 delete[] m_pfCurrentValues; in ~TickmarkHelper()498 if(m_pfCurrentValues[0]>m_fOuterMajorTickBorderMax) in getMajorTick()503 if(m_pfCurrentValues[0]<m_fOuterMajorTickBorderMin) in getMajorTick()511 m_pfCurrentValues[0] = m_rScale.Scaling->doScaling( m_pfCurrentValues[0] ); in getMajorTick()513 return &m_pfCurrentValues[0]; in getMajorTick()547 m_pfCurrentValues[nDepth] = fAdaptedStartParent + nTick*fDistance; in getMinorTick()551 m_pfCurrentValues[nDepth] = m_rScale.Scaling->doScaling( m_pfCurrentValues[nDepth] ); in getMinorTick()553 if( !isWithinOuterBorder( m_pfCurrentValues[nDepth] ) ) in getMinorTick()[all …]
151 double* m_pfCurrentValues; member in chart::EquidistantTickFactory
Completed in 27 milliseconds