Home
last modified time | relevance | path

Searched refs:GUICONTROL_LABEL (Results 1 – 8 of 8) sorted by relevance

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/guilib/
H A DGUIDialog.cpp64 if ((*p)->GetControlType() == CGUIControl::GUICONTROL_LABEL) in OnWindowLoaded()
H A DGUILabelControl.cpp26 ControlType = GUICONTROL_LABEL; in CGUILabelControl()
H A DGUIControl.h260 GUICONTROL_LABEL, enumerator
H A DGUIControlProfiler.cpp89 case CGUIControl::GUICONTROL_LABEL: in SaveToXML()
H A DGUIControlFactory.cpp73 {"label", CGUIControl::GUICONTROL_LABEL},
787 type == CGUIControl::GUICONTROL_LABEL && in Create()
1105 case CGUIControl::GUICONTROL_LABEL: in Create()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/interfaces/legacy/
H A DWindow.cpp291 case CGUIControl::GUICONTROL_LABEL: in GetControlById()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/pictures/
H A DGUIWindowSlideShow.cpp930 if (NULL == control || control->GetControlType() != CGUIControl::GUICONTROL_LABEL) in RenderErrorMessage()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/addons/interfaces/gui/
H A DWindow.cpp1059 return GetControl(kodiBase, handle, control_id, __func__, CGUIControl::GUICONTROL_LABEL, "label"); in get_control_label()