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

Function WindowEventName

src/JournalEvents.cpp:174–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172}
173
174wxString WindowEventName( const wxEvent &event )
175{
176 wxString windowName;
177 if ( auto pWindow = dynamic_cast< wxWindow * >( event.GetEventObject() ) )
178 windowName = WindowPaths::FindPath( *pWindow ).GET();
179 return windowName;
180}
181
182std::optional<wxArrayStringEx> WindowEventSerialization( const wxEvent &event )
183{

Callers 1

WindowEventSerializationFunction · 0.85

Calls 1

FindPathFunction · 0.85

Tested by

no test coverage detected