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

Method GetItemCount

src/SFGUI/ComboBox.cpp:186–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186ComboBox::IndexType ComboBox::GetItemCount() const {
187 return static_cast<IndexType>( m_entries.size() );
188}
189
190const sf::String& ComboBox::GetItem( IndexType index ) const {
191 if( index >= static_cast<IndexType>( m_entries.size() ) || index < 0 ) {

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected