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

Method isChecked

app/src/UI/Widgets/Output/Toggle.cpp:32–35  ·  view source on GitHub ↗

* @brief Returns the current toggle state. */

Source from the content-addressed store, hash-verified

30 * @brief Returns the current toggle state.
31 */
32bool Widgets::Output::Toggle::isChecked() const noexcept
33{
34 return m_checked;
35}
36
37//--------------------------------------------------------------------------------------------------
38// Property setters

Callers 3

checkForUpdatesMethod · 0.80
evaluateMethod · 0.80
onInputDataChangedMethod · 0.80

Calls

no outgoing calls

Tested by 2

evaluateMethod · 0.64
onInputDataChangedMethod · 0.64