MCPcopy Create free account
hub / github.com/chrxh/alien / calcNumColumns

Method calcNumColumns

source/Gui/AlienImGui.cpp:2450–2453  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2448//<<<<<<<<<<
2449
2450int AlienImGui::DynamicTableLayout::calcNumColumns(float tableWidth, float columnWidth)
2451{
2452 return std::max(toInt(tableWidth / scale(columnWidth)), 1);
2453}
2454
2455AlienImGui::DynamicTableLayout::DynamicTableLayout(float columnWidth)
2456 : _columnWidth(columnWidth)

Callers

nothing calls this directly

Calls 2

toIntFunction · 0.85
scaleFunction · 0.85

Tested by

no test coverage detected