Home
last modified time | relevance | path

Searched refs:SetMouseHandlingLinked (Results 1 – 5 of 5) sorted by relevance

/dports/devel/upp/upp/uppsrc/ScatterCtrl/
H A DProcessing.cpp460 …howInfo().ShowContextMenu().ShowProcessDlg().ShowPropertiesDlg().SetMouseHandlingLinked(true, true… in UpdateField()
670 …howInfo().ShowContextMenu().ShowProcessDlg().ShowPropertiesDlg().SetMouseHandlingLinked(true, true… in OnSet()
694 …howInfo().ShowContextMenu().ShowProcessDlg().ShowPropertiesDlg().SetMouseHandlingLinked(true, true… in OnSet()
837 …howInfo().ShowContextMenu().ShowProcessDlg().ShowPropertiesDlg().SetMouseHandlingLinked(true, true… in OnFFT()
877 …howInfo().ShowContextMenu().ShowProcessDlg().ShowPropertiesDlg().SetMouseHandlingLinked(true, true… in OnHist()
H A DScatterCtrl.h315 …ScatterCtrl &SetMouseHandlingLinked(bool valx = true, bool valy = false) {ScatterDraw::SetMouseHa…
H A DProperties.cpp116 scatter.SetMouseHandlingLinked(!opAttachX, !opAttachY); in Change()
/dports/devel/upp/upp/uppsrc/ScatterDraw/
H A DScatterDraw.cpp1546 ScatterDraw& ScatterDraw::SetMouseHandlingLinked(bool valx, bool valy) { in SetMouseHandlingLinked() function in Upp::ScatterDraw
1548 return linkedMaster->SetMouseHandlingLinked(valx, valy); in SetMouseHandlingLinked()
H A DScatterDraw.h799 ScatterDraw& SetMouseHandlingLinked(bool valx = true, bool valy = false);