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

Method getActiveDisplays

src/OpenColorIO/Config.cpp:4152–4156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4150}
4151
4152const char * Config::getActiveDisplays() const
4153{
4154 getImpl()->m_activeDisplaysStr = JoinStringEnvStyle(getImpl()->m_activeDisplays);
4155 return getImpl()->m_activeDisplaysStr.c_str();
4156}
4157
4158void Config::addActiveDisplay(const char * display)
4159{

Callers 8

test_interfaceMethod · 0.95
get_active_displaysMethod · 0.45
OCIO_ADD_TESTFunction · 0.45
OCIO_ADD_TESTFunction · 0.45
OCIO_ADD_TESTFunction · 0.45

Calls 2

JoinStringEnvStyleFunction · 0.85
getImplFunction · 0.50

Tested by 7

test_interfaceMethod · 0.76
OCIO_ADD_TESTFunction · 0.36
OCIO_ADD_TESTFunction · 0.36
OCIO_ADD_TESTFunction · 0.36