MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / tabCount

Method tabCount

source/windowing/StarTabSet.cpp:63–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63size_t TabSetWidget::tabCount() const {
64 return m_tabBar->numChildren();
65}
66
67void TabSetWidget::tabSelect(size_t page) {
68 if (m_lastSelected != page) {

Callers

nothing calls this directly

Calls 1

numChildrenMethod · 0.80

Tested by

no test coverage detected