MCPcopy Create free account
hub / github.com/LibreVR/Revive / SetLoading

Method SetLoading

ReviveOverlay/openvroverlaycontroller.h:53–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 bool GetGamepadFocus() { return m_bGamepadFocus && vr::VROverlay()->IsDashboardVisible(); }
52 bool GetLoading() { return m_bLoading; }
53 void SetLoading(bool loading) { m_bLoading = loading; emit LoadingChanged(); }
54 QString GetRuntimeURL() { return m_strRuntimeURL; }
55
56 void SetQuickItem( QQuickItem *pItem );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected