Home
last modified time | relevance | path

Searched refs:GUI_MSG_CLICKED (Results 1 – 25 of 74) sorted by relevance

123

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/guilib/
H A DGUISpinControl.cpp142 CGUIMessage msg(GUI_MSG_CLICKED, GetID(), GetParentID()); in OnAction()
771 CGUIMessage msg(GUI_MSG_CLICKED, GetID(), GetParentID()); in PageUp()
785 CGUIMessage msg(GUI_MSG_CLICKED, GetID(), GetParentID()); in PageUp()
804 CGUIMessage msg(GUI_MSG_CLICKED, GetID(), GetParentID()); in PageDown()
816 CGUIMessage msg(GUI_MSG_CLICKED, GetID(), GetParentID()); in PageDown()
838 CGUIMessage msg(GUI_MSG_CLICKED, GetID(), GetParentID()); in MoveUp()
854 CGUIMessage msg(GUI_MSG_CLICKED, GetID(), GetParentID()); in MoveUp()
866 CGUIMessage msg(GUI_MSG_CLICKED, GetID(), GetParentID()); in MoveUp()
889 CGUIMessage msg(GUI_MSG_CLICKED, GetID(), GetParentID()); in MoveDown()
905 CGUIMessage msg(GUI_MSG_CLICKED, GetID(), GetParentID()); in MoveDown()
[all …]
H A DGUIMessage.h23 #define GUI_MSG_CLICKED 5 // control has been clicked macro
333 CGUIMessage msg(GUI_MSG_CLICKED, id, parentID, action); \
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/interfaces/builtins/
H A DGUIControlBuiltins.cpp42 CGUIMessage message(GUI_MSG_CLICKED, atoi(params[1].c_str()), windowID); in SendClick()
47 …CGUIMessage message(GUI_MSG_CLICKED, atoi(params[0].c_str()), CServiceBroker::GetGUI()->GetWindowM… in SendClick()
73 CServiceBroker::GetGUI()->GetWindowManager().SendMessage(GUI_MSG_CLICKED, controlID, windowID); in SendMessage()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/dialogs/
H A DGUIDialogSubMenu.cpp22 if (message.GetMessage() == GUI_MSG_CLICKED) in OnMessage()
H A DGUIDialogButtonMenu.cpp26 if (message.GetMessage() == GUI_MSG_CLICKED) in OnMessage()
H A DGUIDialogPlayEject.cpp31 if (message.GetMessage() == GUI_MSG_CLICKED) in OnMessage()
H A DGUIDialogOK.cpp26 if (message.GetMessage() == GUI_MSG_CLICKED) in OnMessage()
H A DGUIDialogSlider.cpp46 case GUI_MSG_CLICKED: in OnMessage()
H A DGUIDialogProgress.cpp104 case GUI_MSG_CLICKED: in OnMessage()
H A DGUIDialogYesNo.cpp29 case GUI_MSG_CLICKED: in OnMessage()
H A DGUIDialogGamepad.cpp160 case GUI_MSG_CLICKED: in OnMessage()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/interfaces/legacy/
H A DWindowDialog.cpp49 case GUI_MSG_CLICKED: in OnMessage()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/pvr/dialogs/
H A DGUIDialogPVRRecordingInfo.cpp33 case GUI_MSG_CLICKED: in OnMessage()
H A DGUIDialogPVRGuideInfo.cpp162 case GUI_MSG_CLICKED: in OnMessage()
H A DGUIDialogPVRRadioRDSInfo.cpp56 if (message.GetMessage() == GUI_MSG_CLICKED) in OnMessage()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/music/dialogs/
H A DGUIDialogMusicOSD.cpp36 case GUI_MSG_CLICKED: in OnMessage()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/games/dialogs/osd/
H A DDialogGameVideoSelect.cpp77 case GUI_MSG_CLICKED: in OnMessage()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/pvr/windows/
H A DGUIWindowPVRTimersBase.cpp96 case GUI_MSG_CLICKED: in OnMessage()
H A DGUIWindowPVRSearch.cpp168 if (message.GetMessage() == GUI_MSG_CLICKED) in OnMessage()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/programs/
H A DGUIWindowPrograms.cpp64 case GUI_MSG_CLICKED: in OnMessage()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/addons/gui/
H A DGUIDialogAddonSettings.cpp41 case GUI_MSG_CLICKED: in OnMessage()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/peripherals/dialogs/
H A DGUIDialogPeripheralSettings.cpp42 if (message.GetMessage() == GUI_MSG_CLICKED && in OnMessage()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/games/windows/
H A DGUIWindowGames.cpp64 case GUI_MSG_CLICKED: in OnMessage()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/events/windows/
H A DGUIWindowEventLog.cpp40 case GUI_MSG_CLICKED: in OnMessage()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/profiles/windows/
H A DGUIWindowSettingsProfile.cpp100 case GUI_MSG_CLICKED: in OnMessage()

123