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

Method closePath

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

* @brief Closes the current subpath with a line to its starting point. */

Source from the content-addressed store, hash-verified

912 * @brief Closes the current subpath with a line to its starting point.
913 */
914void Widgets::PainterContext::closePath()
915{
916 m_path.closeSubpath();
917}
918
919/**
920 * @brief Moves the path cursor to (x, y) without drawing.

Callers 13

paintFunction · 0.80
paintFunction · 0.80
paintFunction · 0.80
EeFunction · 0.80
KnFunction · 0.80
GnFunction · 0.80
noFunction · 0.80
drawBackgroundMethod · 0.80
drawGridMethod · 0.80
faFunction · 0.80
gaFunction · 0.80
paFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected