MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / currentIndex

Method currentIndex

app/src/Misc/HelpCenter.cpp:91–94  ·  view source on GitHub ↗

* @brief Returns the index of the currently selected page, or -1. */

Source from the content-addressed store, hash-verified

89 * @brief Returns the index of the currently selected page, or -1.
90 */
91int Misc::HelpCenter::currentIndex() const noexcept
92{
93 return m_currentIndex;
94}
95
96/**
97 * @brief Returns the current search filter text.

Callers 5

buildTemplatesMethod · 0.80
selectedTextMethod · 0.80
selectedIconMethod · 0.80
buildTreeModelMethod · 0.80
buildTemplatesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected