MCPcopy Create free account
hub / github.com/crawl/crawl / _queue_allocation

Method _queue_allocation

crawl-ref/source/ui.cc:405–411  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

403}
404
405void Widget::_queue_allocation(bool immediate)
406{
407 for (auto w = this; w && !w->alloc_queued; w = w->m_parent)
408 w->alloc_queued = true;
409 if (immediate)
410 ui_root.queue_layout();
411}
412
413void Widget::_expose()
414{

Callers 3

_allocate_regionMethod · 0.80
clearMethod · 0.80
choose_directionMethod · 0.80

Calls 1

queue_layoutMethod · 0.80

Tested by

no test coverage detected