MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / geometry

Method geometry

app/src/UI/Widgets/Output/Panel.cpp:102–105  ·  view source on GitHub ↗

* @brief Returns the computed geometry as a list of {x, y, w, h} maps. */

Source from the content-addressed store, hash-verified

100 * @brief Returns the computed geometry as a list of {x, y, w, h} maps.
101 */
102QVariantList Widgets::Output::Panel::geometry() const
103{
104 return m_geometry;
105}
106
107//--------------------------------------------------------------------------------------------------
108// Layout computation

Callers 4

getFirstVisibleBlockMethod · 0.80
updatePaintNodeMethod · 0.80
updatePaintNodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected