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

Function _IsValidSelection

Libraries/PropertyGrid/PropertyGrid.h:626–630  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

624 }
625
626 bool _IsValidSelection() const
627 {
628 ATLASSERT(m_iSelectedRow==GetSelectedIndex()); // Should always be in sync!
629 return (m_iSelectedRow != -1) && (m_iSelectedCol != -1);
630 }
631
632 bool _IsAppendActionItem(int iItem) const
633 {

Callers 3

OnKeyDownFunction · 0.85
OnCharFunction · 0.85
OnNavigateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected