MCPcopy Create free account
hub / github.com/MrNeRF/LichtFeld-Studio / SetCurrentWindow

Method SetCurrentWindow

external/zep/src/editor.cpp:511–519  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

509 }
510
511 void ZepEditor::SetCurrentWindow(ZepWindow* pWindow) {
512 if (!pWindow) {
513 return;
514 }
515 auto& tab = pWindow->GetTabWindow();
516 tab.SetActiveWindow(pWindow);
517
518 SetCurrentTabWindow(&tab);
519 }
520
521 void ZepEditor::SetCurrentTabWindow(ZepTabWindow* pTabWindow) {
522 // Sanity

Callers

nothing calls this directly

Calls 1

SetActiveWindowMethod · 0.80

Tested by

no test coverage detected