Home
last modified time | relevance | path

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

/aosp_15_r20/external/lzma/CPP/7zip/UI/FileManager/
H A DApp.h116 unsigned GetFocusedPanelIndex() const { return LastFocusedPanel; } in GetFocusedPanelIndex() function
118 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()
H A DPanelCrc.cpp340 unsigned srcPanelIndex = GetFocusedPanelIndex(); in CalculateCrc2()
418 unsigned srcPanelIndex = GetFocusedPanelIndex(); in CalculateCrc()
H A DPanelSplitFile.cpp237 const unsigned srcPanelIndex = GetFocusedPanelIndex(); in Split()
421 const unsigned srcPanelIndex = GetFocusedPanelIndex(); in Combine()
H A DLinkDialog.cpp359 const unsigned srcPanelIndex = GetFocusedPanelIndex(); in Link()
H A DApp.cpp976 if (panelIndex != GetFocusedPanelIndex()) in RefreshTitlePanel()