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

Method SetBitmap

modules/sharing/mod-cloud-audiocom/ui/UserImage.cpp:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32void UserImage::SetBitmap(const wxBitmap& bitmap)
33{
34 mBitmap = bitmap;
35 Refresh(true);
36}
37
38void UserImage::SetBitmap(const wxString& path)
39{

Callers 2

UpdateUserDataMethod · 0.45
SetAnonymousStateMethod · 0.45

Calls 2

wxBitmapClass · 0.50
IsOkMethod · 0.45

Tested by

no test coverage detected