Searched refs:GetFocusedPanelIndex (Results 1 – 5 of 5) sorted by relevance
116 unsigned GetFocusedPanelIndex() const { return LastFocusedPanel; } in GetFocusedPanelIndex() function118 CPanel &GetFocusedPanel() { return Panels[GetFocusedPanelIndex()]; } in GetFocusedPanel()126 void CopyTo() { OnCopy(false, false, GetFocusedPanelIndex()); } in CopyTo()127 void MoveTo() { OnCopy(true, false, GetFocusedPanelIndex()); } in MoveTo()
340 unsigned srcPanelIndex = GetFocusedPanelIndex(); in CalculateCrc2()418 unsigned srcPanelIndex = GetFocusedPanelIndex(); in CalculateCrc()
237 const unsigned srcPanelIndex = GetFocusedPanelIndex(); in Split()421 const unsigned srcPanelIndex = GetFocusedPanelIndex(); in Combine()
359 const unsigned srcPanelIndex = GetFocusedPanelIndex(); in Link()
976 if (panelIndex != GetFocusedPanelIndex()) in RefreshTitlePanel()