Home
last modified time | relevance | path

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

/dports/multimedia/obs-studio/obs-studio-27.1.3/UI/
H A Dsource-tree.cpp967 obs_sceneitem_select(item, false); in GroupSelectedItems()
989 obs_sceneitem_select(item, true); in GroupSelectedItems()
1537 obs_sceneitem_select(stm->items[idx], true); in selectionChanged()
1542 obs_sceneitem_select(stm->items[idx], false); in selectionChanged()
H A Dwindow-basic-preview.cpp605 obs_sceneitem_select(item, (selectedItem == item)); in select_one()
628 obs_sceneitem_select(item, !selected); in DoCtrlSelect()
669 obs_sceneitem_select(selectedItems[i], in mouseReleaseEvent()
685 obs_sceneitem_select(hoveredPreviewItems[i], in mouseReleaseEvent()
H A Dwindow-basic-main.cpp2975 obs_sceneitem_select(item, (selectedItem == item));
/dports/multimedia/obs-studio/obs-studio-27.1.3/libobs/
H A Dobs.h1662 EXPORT void obs_sceneitem_select(obs_sceneitem_t *item, bool select);
H A Dobs-scene.c2213 void obs_sceneitem_select(obs_sceneitem_t *item, bool select) in obs_sceneitem_select() function