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

Method calcWindowWidth

source/Gui/InspectorWindow.cpp:720–727  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

718}
719
720float _InspectorWindow::calcWindowWidth() const
721{
722 if (isCell()) {
723 return StyleRepository::get().scale(CellWindowWidth);
724 } else {
725 return StyleRepository::get().scale(ParticleWindowWidth);
726 }
727}
728
729void _InspectorWindow::validateAndCorrect(CellDescription& cell) const
730{

Callers

nothing calls this directly

Calls 1

scaleMethod · 0.80

Tested by

no test coverage detected