MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / GetItemCount

Function GetItemCount

Libraries/PropertyGrid/PropertyGrid.h:266–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264 }
265
266 int GetItemCount() const
267 {
268 if( (m_di.dwExtStyle & PGS_EX_ADDITEMATEND) != 0 ) return max(0, TBase::GetItemCount() - 1);
269 return TBase::GetItemCount();
270 }
271
272 void DeleteAllItems()
273 {

Callers 11

SetExtendedGridStyleFunction · 0.70
DeleteAllItemsFunction · 0.70
InsertItemFunction · 0.70
DeleteColumnFunction · 0.70
GetPropertyFunction · 0.70
_IsAppendActionItemFunction · 0.70
OnNavigateFunction · 0.70
OnHeaderChangingFunction · 0.70
OnItemChangedMethod · 0.50
SelectAllMethod · 0.50
SaveMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected