MCPcopy Create free account
hub / github.com/SOUI2/soui / IsLastInRow

Method IsLastInRow

SOUI/src/helper/STileViewItemLocator.cpp:145–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145BOOL STileViewItemLocator::IsLastInRow(int iItem)
146{
147 return iItem % m_nCountInRow == m_nCountInRow - 1;
148}
149
150int STileViewItemLocator::GetUpItem(int iItem)
151{

Callers 2

OnPaintMethod · 0.80
UpdateVisibleItemsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected