Searched refs:m_orientValue (Results 1 – 4 of 4) sorted by relevance
62 m_orientValidator( 3, &m_orientValue ), in DIALOG_FOOTPRINT_PROPERTIES()147 m_orientValue = 0; in DIALOG_FOOTPRINT_PROPERTIES()222 m_orientValue = 0.0; in FootprintOrientEvent()224 m_orientValue = 90.0; in FootprintOrientEvent()226 m_orientValue = 270.0; in FootprintOrientEvent()228 m_orientValue = 180.0; in FootprintOrientEvent()279 if( m_orientValue == 0.0 ) in TransferDataToWindow()281 else if( m_orientValue == 90.0 || m_orientValue == -270.0 ) in TransferDataToWindow()283 else if( m_orientValue == 270.0 || m_orientValue == -90.0 ) in TransferDataToWindow()285 else if( m_orientValue == 180.0 || m_orientValue == -180.0 ) in TransferDataToWindow()[all …]
44 m_orientValidator( 1, &m_orientValue ), in DIALOG_DIMENSION_PROPERTIES()107 m_orientValue = 0.0; in DIALOG_DIMENSION_PROPERTIES()222 m_orientValue = text.GetTextAngleDegrees(); in TransferDataToWindow()341 text.SetTextAngle( KiROUND( m_orientValue * 10.0 ) ); in updateDimensionFromDialog()
64 double m_orientValue; variable
99 double m_orientValue; variable