MCPcopy Create free account
hub / github.com/IENT/YUView / contains

Method contains

YUViewLib/src/statistics/CustomColorMapStorage.cpp:137–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137bool CustomColorMapStorage::contains(const QString &name) const
138{
139 auto it = std::find_if(this->customColorMaps.begin(),
140 this->customColorMaps.end(),
141 [&name](const CustomColorMap &map) { return map.name == name; });
142 return it != this->customColorMaps.end();
143}
144
145size_t CustomColorMapStorage::saveAndGetIndex(const CustomColorMap &customColormap)
146{

Callers 15

getValuesAtMethod · 0.80
readHeaderFromFileMethod · 0.80
getStreamParameterMethod · 0.80
getPlotPointMethod · 0.80
getPointInfoMethod · 0.80
addBitratePointMethod · 0.80
fillImageFileListMethod · 0.80
getPixelValuesMethod · 0.80
initializeDefaultsMethod · 0.80
MainWindowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected