MCPcopy Create free account
hub / github.com/ProgerXP/Notepad2e / Get

Method Get

scintilla/src/XPM.cxx:279–285  ·  view source on GitHub ↗

Get image by id.

Source from the content-addressed store, hash-verified

277
278/// Get image by id.
279RGBAImage *RGBAImageSet::Get(int ident) {
280 ImageMap::iterator it = images.find(ident);
281 if (it != images.end()) {
282 return it->second;
283 }
284 return NULL;
285}
286
287/// Give the largest height of the set.
288int RGBAImageSet::GetHeight() const {

Callers 1

PropGetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected