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

Method customSizing

qrenderdoc/Widgets/Extended/RDHeaderView.h:69–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 int pinnedColumns() const { return m_pinnedColumns; }
68 void setCustomSizing(bool sizing) { m_customSizing = sizing; }
69 bool customSizing() const { return m_customSizing; }
70 int pinnedWidth() { return m_pinnedWidth; }
71public slots:
72 void setRootIndex(const QModelIndex &index) override;

Callers 1

updateGeometriesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected