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

Method NextWindowID

src/ProjectWindow.cpp:430–433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

428}
429
430int ProjectWindow::NextWindowID()
431{
432 return mNextWindowID++;
433}
434
435enum {
436 FirstID = 1000,

Callers 1

TrackPanel.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected