MCPcopy Create free account
hub / github.com/KDAB/GammaRay / viewTickLabelDistance

Method viewTickLabelDistance

ui/remoteviewwidget.cpp:743–747  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

741}
742
743int RemoteViewWidget::viewTickLabelDistance() const
744{
745 const auto maxLabel = std::max(m_frame.viewRect().width(), m_frame.viewRect().height());
746 return 2 * fontMetrics().horizontalAdvance(QString::number(maxLabel));
747}
748
749int RemoteViewWidget::sourceTickLabelDistance(int viewDistance)
750{

Callers

nothing calls this directly

Calls 1

viewRectMethod · 0.80

Tested by

no test coverage detected