MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenColorIO / clearVirtualDisplay

Method clearVirtualDisplay

src/OpenColorIO/Config.cpp:4095–4102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4093}
4094
4095void Config::clearVirtualDisplay() noexcept
4096{
4097 getImpl()->m_virtualDisplay.m_views.clear();
4098 getImpl()->m_virtualDisplay.m_sharedViews.clear();
4099
4100 AutoMutex lock(getImpl()->m_cacheidMutex);
4101 getImpl()->resetCacheIDs();
4102}
4103
4104int Config::instantiateDisplayFromMonitorName(const char * monitorName)
4105{

Callers 7

handlePreferInputMethod · 0.80
handlePreferBaseMethod · 0.80
handleInputOnlyMethod · 0.80
handleRemoveMethod · 0.80
test_virtual_displayMethod · 0.80
OCIO_ADD_TESTFunction · 0.80

Calls 3

resetCacheIDsMethod · 0.80
getImplFunction · 0.50
clearMethod · 0.45

Tested by 3

test_virtual_displayMethod · 0.64
OCIO_ADD_TESTFunction · 0.64