MCPcopy Create free account
hub / github.com/baldurk/renderdoc / hasGroupGap

Method hasGroupGap

qrenderdoc/Widgets/Extended/RDHeaderView.cpp:345–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343}
344
345bool RDHeaderView::hasGroupGap(int columnIndex) const
346{
347 if(columnIndex >= 0 && columnIndex < m_sections.count())
348 return m_sections[columnIndex].groupGap;
349
350 return false;
351}
352
353bool RDHeaderView::hasGroupTitle(int columnIndex) const
354{

Callers 1

paintEventMethod · 0.80

Calls 1

countMethod · 0.45

Tested by

no test coverage detected