MCPcopy Create free account
hub / github.com/TankOs/SFGUI / GetPageCount

Method GetPageCount

src/SFGUI/Notebook.cpp:288–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286}
287
288Notebook::IndexType Notebook::GetPageCount() const {
289 return static_cast<IndexType>( m_children.size() );
290}
291
292const Widget::Ptr Notebook::GetTabLabel( Widget::Ptr child ) const {
293 auto page_number = GetPageOf( child );

Callers 1

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected