MCPcopy Create free account
hub / github.com/OpenApoc/OpenApoc / setImage

Method setImage

forms/graphic.cpp:112–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110sp<Image> Graphic::getImage() const { return image; }
111
112void Graphic::setImage(sp<Image> Image)
113{
114 image = Image;
115 this->setDirty();
116}
117
118sp<Control> Graphic::copyTo(sp<Control> CopyParent)
119{

Callers 15

updateImageMethod · 0.45
update_viewMethod · 0.45
beginMethod · 0.45
LocationScreenMethod · 0.45
fillAgentControlMethod · 0.45
SelectForcesMethod · 0.45
displayAgentMethod · 0.45
displayMethod · 0.45
displayImplementationMethod · 0.45
displayAlienMethod · 0.45
displayImplementationMethod · 0.45

Calls 1

setDirtyMethod · 0.80

Tested by

no test coverage detected