MCPcopy Create free account
hub / github.com/audacity/audacity / SetImage

Method SetImage

libraries/lib-wx-wrappers/RoundedStaticBitmap.cpp:115–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113#endif
114
115void RoundedStaticBitmap::SetImage(const wxImage& image)
116{
117 mImage = image;
118 auto roundedImage = RoundedImage(mImage, mRadius);
119 wxStaticBitmap::SetBitmap(wxBitmap(roundedImage));
120}
121
122void RoundedStaticBitmap::SetRadius(int radius)
123{

Callers 1

FetchImageMethod · 0.80

Calls 2

RoundedImageFunction · 0.85
wxBitmapClass · 0.50

Tested by

no test coverage detected