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

Function PropCreateCheckButton

Libraries/PropertyGrid/PropertyItemImpl.h:988–991  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

986}
987
988inline CPropertyCheckButtonItem* PropCreateCheckButton(LPCTSTR pstrName, bool bValue, LPARAM lParam = 0)
989{
990 return new CPropertyCheckButtonItem(pstrName, bValue, lParam);
991}
992
993inline CPropertyReadOnlyItem* PropCreateReadOnlyItem(LPCTSTR pstrName, LPCTSTR pstrValue = _T(""), LPARAM lParam = 0)
994{

Callers 4

_InitGridMethod · 0.85
OnAddItemMethod · 0.85
UpdateGridMethod · 0.85
InsertFilterMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected