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

Method OnGrabber

src/toolbars/ToolManager.cpp:146–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146void ToolFrame::OnGrabber( GrabberEvent & event )
147{
148 // Pass it on to the manager since it isn't in the handling hierarchy
149 mManager->ProcessEvent( event );
150}
151
152// The current size determines the min size for resizing...
153// the 'lock in' is at that aspect ratio.

Callers

nothing calls this directly

Calls 10

ProcessEventMethod · 0.80
SkipMethod · 0.80
IsEscapingMethod · 0.80
BarIdMethod · 0.80
WrapConfigurationMethod · 0.80
wxPointClass · 0.70
IsDockedMethod · 0.45
GetParentMethod · 0.45
FindMethod · 0.45
StartMethod · 0.45

Tested by

no test coverage detected