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

Method count

src/DockedEditor.cpp:103–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103int DockedEditor::count() const
104{
105 int total = 0;
106
107 for (int i = 0; i < dockManager->dockAreaCount(); ++i)
108 total += dockManager->dockArea(i)->dockWidgetsCount();
109
110 return total;
111}
112
113QVector<ScintillaNext *> DockedEditor::editors() const
114{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected