Home
last modified time | relevance | path

Searched refs:IsHover (Results 1 – 13 of 13) sorted by relevance

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/eeschema/tools/
H A Dsch_edit_tool.cpp652 if( selection.IsHover() ) in Rotate()
829 if( selection.IsHover() ) in Mirror()
1145 bool clearSelection = selection.IsHover(); in EditField()
1207 if( selection.IsHover() ) in AutoplaceFields()
1270 if( selection.IsHover() ) in ConvertDeMorgan()
1280 bool clearSelection = selection.IsHover(); in Properties()
1643 if( selection.IsHover() ) in ChangeTextType()
1707 if( selection.IsHover() ) in CleanupSheetPins()
H A Dsch_move_tool.cpp131 bool unselect = selection.IsHover(); in Main()
194 if( !selection.IsHover() && it->IsSelected() ) in Main()
813 if( !selection.IsHover() && it->IsSelected() ) in AlignElements()
H A Dsymbol_editor_edit_tool.cpp181 if( selection.IsHover() ) in Rotate()
230 if( selection.IsHover() ) in Mirror()
453 if( selection.IsHover() ) in Properties()
H A Dsymbol_editor_move_tool.cpp104 bool unselect = selection.IsHover(); in Main()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/tools/
H A Dedit_tool.cpp711 bool is_hover = selection.IsHover(); // N.B. This must be saved before the second call in doMoveSelection()
1134 if( selection.IsHover() ) in ChangeTrackWidth()
1384 if( selection.IsHover() ) in Properties()
1482 if( selection.IsHover() && !m_dragging ) in Rotate()
1629 if( selection.IsHover() && !m_dragging ) in Mirror()
1706 if( selection.IsHover() && !m_dragging ) in Flip()
1767 if( !selectionCopy.IsHover() in Remove()
2035 if( selection.IsHover() ) in MoveExact()
2073 bool is_hover = selection.IsHover(); in Duplicate()
H A Dposition_relative_tool.cpp153 if( m_selection.IsHover() ) in RelativeItemSelectionMove()
H A Dboard_editor_control.cpp1521 if( selection.IsHover() ) in EditFpInFpEditor()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/include/tool/
H A Dselection.h74 bool IsHover() const in IsHover() function
H A Dedit_points.h174 bool IsHover() const { return m_isHover; } in IsHover() function
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/common/tool/
H A Dedit_points.cpp291 if( aPoint.IsHover() || aPoint.IsActive() ) in ViewDraw()
/dports/games/spring/spring_98.0/AI/Skirmish/AAI/
H A DAAIBuildTable.h199 bool IsHover(int def_id);
H A DAAIBuildTable.cpp3577 bool AAIBuildTable::IsHover(int def_id) in IsHover() function in AAIBuildTable
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pagelayout_editor/tools/
H A Dpl_edit_tool.cpp107 bool unselect = selection.IsHover(); in Main()