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

Method height

app/src/UI/Widgets/PainterContext.cpp:1524–1527  ·  view source on GitHub ↗

* @brief Returns the current canvas height in logical pixels. */

Source from the content-addressed store, hash-verified

1522 * @brief Returns the current canvas height in logical pixels.
1523 */
1524qreal Widgets::PainterContext::height() const noexcept
1525{
1526 return m_height;
1527}
1528
1529//--------------------------------------------------------------------------------------------------
1530// Internal helpers

Callers 15

resizeHeightFunction · 0.80
jquery.jsFile · 0.80
getViewportDimensionsFunction · 0.80
trackResizeFunction · 0.80
updateLineGeometryMethod · 0.80
updateLineNumberAreaMethod · 0.80
drawObjectMethod · 0.80
paintEventMethod · 0.80
defaultCharHeightMethod · 0.80
drawButtonMethod · 0.80
updateMinimumSizeMethod · 0.80
updateFrameGeometryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected