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

Method GetSourceEnable

DebugView++/SourcesDlg.cpp:97–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97bool CSourcesDlg::GetSourceEnable(int iItem) const
98{
99 CComVariant val;
100 GetGridItem<CPropertyCheckButtonItem>(m_grid, iItem, 0).GetValue(&val);
101 return val.boolVal != VARIANT_FALSE;
102}
103
104std::wstring CSourcesDlg::GetSourceText(int iItem) const
105{

Callers

nothing calls this directly

Calls 1

GetValueMethod · 0.45

Tested by

no test coverage detected