Home
last modified time | relevance | path

Searched refs:DisableAddSourceButtons (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/events/windows/
H A DGUIViewStateEventLog.h22 bool DisableAddSourceButtons() override { return true; } in DisableAddSourceButtons() function
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/view/
H A DGUIViewState.h44 virtual bool DisableAddSourceButtons();
H A DGUIViewState.cpp392 bool CGUIViewState::DisableAddSourceButtons() in DisableAddSourceButtons() function in CGUIViewState
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/windows/
H A DGUIMediaWindow.cpp905 if (showLabel && (m_vecItems->Size() == 0 || !m_guiState->DisableAddSourceButtons()) && in Update()