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

Method SetValue

src/PluginDataViewCtrl.cpp:78–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 }
77
78 bool SetValue(const wxVariant& value) override
79 {
80 mText = value.GetString();
81 return true;
82 }
83
84 bool GetValue(wxVariant&) const override
85 {

Callers 1

DoDefaultActionMethod · 0.45

Calls 1

GetStringMethod · 0.45

Tested by

no test coverage detected