MCPcopy Create free account
hub / github.com/dail8859/NotepadNext / currentDockArea

Method currentDockArea

src/DockedEditor.cpp:147–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147ads::CDockAreaWidget *DockedEditor::currentDockArea() const
148{
149 return dockManager->focusedDockWidget() ? dockManager->focusedDockWidget()->dockAreaWidget() : latestDockArea;
150}
151
152void DockedEditor::addEditor(ScintillaNext *editor)
153{

Callers 4

MainWindowMethod · 0.80
closeAllToLeftMethod · 0.80
closeAllToRightMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected