Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenColorIO
/ getNumMonitors
Method
getNumMonitors
src/OpenColorIO/SystemMonitor.cpp:85–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
}
84
85
size_t SystemMonitorsImpl::getNumMonitors() const noexcept
86
{
87
return m_monitors.size();
88
}
89
90
const char * SystemMonitorsImpl::getMonitorName(size_t index) const
91
{
Callers
3
bindPySystemMonitors
Function · 0.80
getNumMonitors
Function · 0.80
GetICCProfileFromMonitorName
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected