Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
145
BOOL STileViewItemLocator::IsLastInRow(int iItem)
146
{
147
return iItem % m_nCountInRow == m_nCountInRow - 1;
148
}
149
150
int STileViewItemLocator::GetUpItem(int iItem)
151
{
Callers
2
OnPaint
Method · 0.80
UpdateVisibleItems
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected