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

Method GetSize

src/PluginDataViewCtrl.cpp:96–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 }
95
96 wxSize GetSize() const override
97 {
98 if(!mText.empty())
99 return GetTextExtent(mText);
100 return GetView()->FromDIP(wxSize(wxDVC_DEFAULT_RENDERER_SIZE,
101 wxDVC_DEFAULT_RENDERER_SIZE));
102 }
103
104#if wxUSE_ACCESSIBILITY
105 wxString GetAccessibleDescription() const override

Callers 15

RenderMethod · 0.45
DependencyDialogClass · 0.45
ProjectWindowMethod · 0.45
ViewportSizeMethod · 0.45
OnMoveMethod · 0.45
OnPaintMethod · 0.45
OnSizeMethod · 0.45
RecreateMethod · 0.45
RebuildAllMenuBarsMethod · 0.45
PopulateMethod · 0.45
TransferDataToWindowMethod · 0.45
ReadSizeMethod · 0.45

Calls 2

wxSizeClass · 0.50
emptyMethod · 0.45

Tested by 1

CreateMethod · 0.36