MCPcopy Create free account
hub / github.com/apache/arrow / IsChecked

Method IsChecked

cpp/src/arrow/flight/sql/odbc/odbc_impl/ui/window.cc:304–306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

302}
303
304bool Window::IsChecked() const {
305 return IsEnabled() && Button_GetCheck(handle_) == BST_CHECKED;
306}
307
308void Window::SetChecked(bool state) {
309 Button_SetCheck(handle_, state ? BST_CHECKED : BST_UNCHECKED);

Callers 2

SaveParametersMethod · 0.80
OnMessageMethod · 0.80

Calls 1

IsEnabledFunction · 0.85

Tested by

no test coverage detected