Numworks Epsilon  1.4.1
Graphing Calculator Operating System
tab_view_data_source.cpp
Go to the documentation of this file.
2 
4  m_activeChildIndex(-1),
5  m_selectedChildIndex(-1)
6 {
7 }
8 
10  return m_activeChildIndex;
11 }
12 
14  return m_selectedChildIndex;
15 }
17  m_activeChildIndex = i;
18 }
19 
21  m_selectedChildIndex = i;
22 }
23 
void setSelectedTab(int index)
void setActiveTab(int index)