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