Home
last modified time | relevance | path

Searched refs:IsPiece (Results 1 – 6 of 6) sorted by relevance

/dports/cad/leocad/leocad-21.06/common/
H A Dobject.h94 bool IsPiece() const in IsPiece() function
H A Dlc_model.cpp2124 if (Focus && Focus->IsPiece()) in GetRelativeRotation()
2262 if (!Focus || !Focus->IsPiece()) in InsertControlPoint()
2282 if (!Focus || !Focus->IsPiece()) in RemoveFocusedControlPoint()
2697 if (Focus && Focus->IsPiece()) in RotateSelectedPieces()
2777 if (!Focus || !Focus->IsPiece()) in ScaleSelectedPieces()
3549 if (Object->IsPiece()) in ClearSelectionAndSetFocus()
3578 if (Focus->IsPiece()) in SetSelectionAndFocus()
3600 if (Object->IsPiece()) in AddToSelection()
3668 if (SelectedObject->IsPiece() && WasSelected) in RemoveFromSelection()
4148 if (!Object || !Object->IsPiece()) in PaintToolClicked()
[all …]
H A Dlc_timelinewidget.cpp40 if (FocusObject && FocusObject->IsPiece()) in CustomMenuRequested()
H A Dlc_view.cpp168 if (Object && Object->IsPiece()) in SetSelectedSubmodelActive()
1427 if (Focus && Focus->IsPiece()) in DrawSelectMoveOverlay()
2655 if (Focus && Focus->IsPiece()) in UpdateTrackTool()
2782 …if (Object && Object->IsPiece() && ObjectSection.Section == LC_PIECE_SECTION_POSITION && Object->I… in UpdateTrackTool()
3672 if (Focus && Focus->IsPiece()) in OnMouseMove()
H A Dlc_mainwindow.cpp1984 if (Focus->IsPiece()) in UpdateSelectedObjects()
1993 if (Focus && Focus->IsPiece()) in UpdateSelectedObjects()
2485 if (!FocusObject || !FocusObject->IsPiece()) in SetModelFromFocus()
/dports/cad/leocad/leocad-21.06/qt/
H A Dlc_qpropertiestree.cpp593 lcPiece* Piece = (mFocus && mFocus->IsPiece()) ? (lcPiece*)mFocus : nullptr; in slotReturnPressed()
766 if (Focus && Focus->IsPiece()) in slotSetValue()
779 if (Focus && Focus->IsPiece()) in slotColorButtonClicked()
908 lcPiece* Piece = (Focus && Focus->IsPiece()) ? (lcPiece*)Focus : nullptr; in SetPiece()
955 if (!Object->IsPiece()) in SetPiece()