MCPcopy Create free account
hub / github.com/Predelnik/DSpellCheck / createTabs

Method createTabs

deps/Controls/TabBar/ControlsTab.cpp:31–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29#include <string>
30
31void ControlsTab::createTabs(WindowVector & winVector)
32{
33 _pWinVector = &winVector;
34
35 for (int i = 0 ; i < int(winVector.size()) ; i++)
36 TabBar::insertAtEnd(winVector[i]._name.c_str());
37
38 TabBar::activateAt(0);
39 activateWindowAt(0);
40}
41
42void ControlsTab::activateWindowAt(int index)
43{

Callers 1

run_dlg_procMethod · 0.80

Calls 2

c_strMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected