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

Method sectionSize

qrenderdoc/Widgets/Extended/RDHeaderView.cpp:193–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191}
192
193int RDHeaderView::sectionSize(int logicalIndex) const
194{
195 if(m_customSizing)
196 {
197 if(logicalIndex < 0 || logicalIndex >= m_sections.count())
198 return 0;
199
200 return m_sections[logicalIndex].size;
201 }
202
203 return QHeaderView::sectionSize(logicalIndex);
204}
205
206int RDHeaderView::sectionViewportPosition(int logicalIndex) const
207{

Callers 7

columnWidthMethod · 0.45
scrollToMethod · 0.45
updateGeometriesMethod · 0.45
messages_refreshMethod · 0.45
updateDebugStateMethod · 0.45
updateWatchVariablesMethod · 0.45
persistDataMethod · 0.45

Calls 1

countMethod · 0.45

Tested by

no test coverage detected