MCPcopy Create free account
hub / github.com/WarmUpTill/SceneSwitcher / resetTabWidgetOrder

Function resetTabWidgetOrder

lib/utils/tab-helpers.cpp:108–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108static void resetTabWidgetOrder()
109{
110 auto &tabOrder = getTabOrderVector();
111 tabOrder = std::vector<int>(tabNames.size());
112 std::iota(tabOrder.begin(), tabOrder.end(), 0);
113}
114
115void SaveTabOrder(obs_data_t *obj)
116{

Callers 3

SaveTabOrderFunction · 0.85
LoadTabOrderFunction · 0.85
SetTabOrderFunction · 0.85

Calls 3

sizeMethod · 0.80
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected